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/guilite | |
Diffstat (limited to 'vcpkg/ports/guilite')
| -rw-r--r-- | vcpkg/ports/guilite/portfile.cmake | 10 | ||||
| -rw-r--r-- | vcpkg/ports/guilite/vcpkg.json | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/guilite/portfile.cmake b/vcpkg/ports/guilite/portfile.cmake new file mode 100644 index 0000000..ff509f9 --- /dev/null +++ b/vcpkg/ports/guilite/portfile.cmake @@ -0,0 +1,10 @@ +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO idea4good/GuiLite + REF 61d1bd94cbc35da74c0f3c40422a7d783c04d40b + SHA512 b428e9bfc62fabb4d23d4c39b78d521aa13eb52e571a5aaab7609a03bb88e6f2184587885cd4df950eb5f48dece2b8fbff2264f158251ed06c6a6415b9b59f1a + HEAD_REF master +) + +file(INSTALL "${SOURCE_PATH}/GuiLite.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include") +configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY) diff --git a/vcpkg/ports/guilite/vcpkg.json b/vcpkg/ports/guilite/vcpkg.json new file mode 100644 index 0000000..630d5c6 --- /dev/null +++ b/vcpkg/ports/guilite/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "guilite", + "version-date": "2022-05-05", + "description": "The smallest header-only GUI library (4 KLOC) for all platforms.", + "homepage": "https://github.com/idea4good/GuiLite", + "license": "Apache-2.0" +} |