diff options
| author | Samuel Marks <807580+SamuelMarks@users.noreply.github.com> | 2021-09-28 14:50:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 11:50:14 -0700 |
| commit | 2b31e33fe68f991bf506241a5b1517b44e9c50a5 (patch) | |
| tree | 2da875efe3fa9feaa5f8442353e975fbd001798d | |
| parent | 7d7653bcd29b8c92bceb480fc9b7033fdf9a5e18 (diff) | |
| download | vcpkg-2b31e33fe68f991bf506241a5b1517b44e9c50a5.tar.gz vcpkg-2b31e33fe68f991bf506241a5b1517b44e9c50a5.zip | |
[Guilite] Add new port (#20156)
* [ports/guilite] Init
* ./vcpkg x-add-version
| -rw-r--r-- | ports/guilite/portfile.cmake | 9 | ||||
| -rw-r--r-- | ports/guilite/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/g-/guilite.json | 9 |
4 files changed, 28 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" +} diff --git a/versions/baseline.json b/versions/baseline.json index 5b97b95ad..66421ba22 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2564,6 +2564,10 @@ "baseline": "2020-09-14", "port-version": 1 }, + "guilite": { + "baseline": "2021-07-31", + "port-version": 0 + }, "gumbo": { "baseline": "0.10.1", "port-version": 4 diff --git a/versions/g-/guilite.json b/versions/g-/guilite.json new file mode 100644 index 000000000..db73a1105 --- /dev/null +++ b/versions/g-/guilite.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "c68992e6acdc51afc39edfdfe1342ecbd197bee6", + "version-date": "2021-07-31", + "port-version": 0 + } + ] +} |
