early-access version 2853
This commit is contained in:
17
externals/vcpkg/ports/optimus-cpp/portfile.cmake
vendored
Executable file
17
externals/vcpkg/ports/optimus-cpp/portfile.cmake
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO kafeg/optimus-cpp
|
||||
REF 0.3.0
|
||||
SHA512 93abd13d4552a896f61e32dfebcc9037e7255f3fa86b230c03905df3148b9cc91cec772ec733e83fbcad574fd93fa4dadca9ec88b5836c5a4137d01e16580d6f
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
13
externals/vcpkg/ports/optimus-cpp/vcpkg.json
vendored
Executable file
13
externals/vcpkg/ports/optimus-cpp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "optimus-cpp",
|
||||
"version": "0.3.0",
|
||||
"description": "ID hashing and Obfuscation using Knuth's Algorithm for C++",
|
||||
"homepage": "https://github.com/kafeg/optimus-cpp",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user