diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/guilite/portfile.cmake | 9 | ||||
| -rw-r--r-- | ports/guilite/vcpkg.json | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ports/guilite/portfile.cmake b/ports/guilite/portfile.cmake new file mode 100644 index 000000000..70189fd61 --- /dev/null +++ b/ports/guilite/portfile.cmake @@ -0,0 +1,9 @@ +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO "idea4good/GuiLite" + SHA512 "9132f854f2e0d517797a3b30458ac692b509cb5a2fea2bff606b6b84b60a5760311f488c77f2dc21e954a14378e8d803d555750f90d00d5655e216a2a0c83ce8" + 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/ports/guilite/vcpkg.json b/ports/guilite/vcpkg.json new file mode 100644 index 000000000..6cbda897a --- /dev/null +++ b/ports/guilite/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "guilite", + "version-date": "2021-07-31", + "description": "The smallest header-only GUI library (4 KLOC) for all platforms.", + "homepage": "https://github.com/idea4good/GuiLite" +} |
