mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
2a459906dc
* [cli11] Update to 1.9.1 * Update version in CONTROL * Add new port ADVobfuscator * Format vcpkg.json * Add version * Update ports/advobfuscator/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update versions/a-/advobfuscator.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update versions/a-/advobfuscator.json * version stuff Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
14 lines
618 B
CMake
14 lines
618 B
CMake
# Download the code from GitHub
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO andrivet/ADVobfuscator
|
|
REF 1852a0eb75b03ab3139af7f938dfb617c292c600
|
|
SHA512 1bca72b21a3cbf9d8db21fb21d112dd4ca83cac695abfb8fc3d8065245a0cc84cb9e41eb9ff81481e8e0a9d214ff6f5c9aec5d1ba8a9d4387b08dd895ecf1cd5
|
|
HEAD_REF master
|
|
)
|
|
|
|
# Install the header only source files to the right location
|
|
file(INSTALL ${SOURCE_PATH}/Lib DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
|
|
|
# The README.md conains the LICENSE details
|
|
file(INSTALL ${SOURCE_PATH}/README.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |