diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libobfuscate | |
Diffstat (limited to 'vcpkg/ports/libobfuscate')
| -rw-r--r-- | vcpkg/ports/libobfuscate/portfile.cmake | 11 | ||||
| -rw-r--r-- | vcpkg/ports/libobfuscate/vcpkg.json | 7 |
2 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libobfuscate/portfile.cmake b/vcpkg/ports/libobfuscate/portfile.cmake new file mode 100644 index 0000000..0aaf590 --- /dev/null +++ b/vcpkg/ports/libobfuscate/portfile.cmake @@ -0,0 +1,11 @@ +vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO adamyaxley/Obfuscate
+ REF a46cd5d8bd09e44afb27f97cde842e9473a4fdf6
+ SHA512 9be3df71cbec3819553d46a2ab7f613401f4b1ef6a2d3bff2f23fef6aec3ae6475cbfc3413d9be46b46e911f1ad8ffdb1a839b54da46ca0d152a07b6829a06c5
+ HEAD_REF master
+)
+
+file(INSTALL ${SOURCE_PATH}/obfuscate.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
diff --git a/vcpkg/ports/libobfuscate/vcpkg.json b/vcpkg/ports/libobfuscate/vcpkg.json new file mode 100644 index 0000000..964c7a7 --- /dev/null +++ b/vcpkg/ports/libobfuscate/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "libobfuscate", + "version-date": "2024-07-10", + "description": "Guaranteed compile-time string literal obfuscation header-only library for C++14.", + "homepage": "https://github.com/adamyaxley/Obfuscate", + "license": "Unlicense" +} |