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/pulzed-mini | |
Diffstat (limited to 'vcpkg/ports/pulzed-mini')
| -rw-r--r-- | vcpkg/ports/pulzed-mini/portfile.cmake | 12 | ||||
| -rw-r--r-- | vcpkg/ports/pulzed-mini/vcpkg.json | 7 |
2 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/pulzed-mini/portfile.cmake b/vcpkg/ports/pulzed-mini/portfile.cmake new file mode 100644 index 0000000..bbbe6d9 --- /dev/null +++ b/vcpkg/ports/pulzed-mini/portfile.cmake @@ -0,0 +1,12 @@ +# Header-only library +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO pulzed/mINI + REF ${VERSION} + SHA512 d78ea8f57efe2cfa5c6cfa3b98681bc7f3fdd64b8b444b0b5a68a53888f5af54344ebfa73bf98f93690ca7f740e9d7568b9bee9aa286579c9280185d2874d5ee + 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") diff --git a/vcpkg/ports/pulzed-mini/vcpkg.json b/vcpkg/ports/pulzed-mini/vcpkg.json new file mode 100644 index 0000000..2dd4454 --- /dev/null +++ b/vcpkg/ports/pulzed-mini/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "pulzed-mini", + "version": "0.9.18", + "description": "INI file reader and writer", + "homepage": "https://github.com/pulzed/mINI", + "license": "MIT" +} |