aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSamuel Marks <807580+SamuelMarks@users.noreply.github.com>2021-09-28 14:50:14 -0400
committerGitHub <noreply@github.com>2021-09-28 11:50:14 -0700
commit2b31e33fe68f991bf506241a5b1517b44e9c50a5 (patch)
tree2da875efe3fa9feaa5f8442353e975fbd001798d /ports
parent7d7653bcd29b8c92bceb480fc9b7033fdf9a5e18 (diff)
downloadvcpkg-2b31e33fe68f991bf506241a5b1517b44e9c50a5.tar.gz
vcpkg-2b31e33fe68f991bf506241a5b1517b44e9c50a5.zip
[Guilite] Add new port (#20156)
* [ports/guilite] Init * ./vcpkg x-add-version
Diffstat (limited to 'ports')
-rw-r--r--ports/guilite/portfile.cmake9
-rw-r--r--ports/guilite/vcpkg.json6
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"
+}