vcpkg/ports/pulzed-mini/portfile.cmake
chausner 59b8a9761d
[pulzed-mini] New port (#33275)
* Add new port mini 0.9.14

* Update CI baseline

* Rename to pulzed-mini

* Remove mini from CI baseline

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-08-21 11:47:15 -07:00

13 lines
424 B
CMake

# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pulzed/mINI
REF ${VERSION}
SHA512 af29b0e59a2bed460a3a4e071932e0c01c017a57643c9414d360e17aa643bce476dc2941760a0cd904ec24483e67ee7f0df6029dc79254052c6c3c1d0941d4d0
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/src/mini/ini.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include/mini")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")