-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add new port. * add header install. * formatting. * versions. * Update ports/obfuscate/portfile.cmake Co-authored-by: JonLiu1993 <[email protected]> * rename port. * update versions file. --------- Co-authored-by: JonLiu1993 <[email protected]>
- Loading branch information
1 parent
b4e9db1
commit 5409565
Showing
4 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
vcpkg_from_github( | ||
OUT_SOURCE_PATH SOURCE_PATH | ||
REPO adamyaxley/Obfuscate | ||
REF 674a53f34c05a1dd092561face7a6807f921d223 | ||
SHA512 9a3ef203386f149d916d9511492da94b6ab02fb001475ecb423eaf3f5510f6332ac57ce889a6b26a8a7c54066ec3d5ffabc5886338ecdaf0590423c385c449d9 | ||
HEAD_REF master | ||
) | ||
|
||
file(INSTALL ${SOURCE_PATH}/obfuscate.h DESTINATION ${CURRENT_PACKAGES_DIR}/include) | ||
|
||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "libobfuscate", | ||
"version-date": "2023-03-23", | ||
"description": "Guaranteed compile-time string literal obfuscation header-only library for C++14.", | ||
"homepage": "https://github.com/adamyaxley/Obfuscate", | ||
"license": "Unlicense" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "5751c998780a780e002a23faffc94d7d328d74c0", | ||
"version-date": "2023-03-23", | ||
"port-version": 0 | ||
} | ||
] | ||
} |