[Guilite] Add new port (#20156)

* [ports/guilite] Init

* ./vcpkg x-add-version
This commit is contained in:
Samuel Marks 2021-09-28 14:50:14 -04:00 committed by GitHub
parent 7d7653bcd2
commit 2b31e33fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 0 deletions

View File

@ -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)

6
ports/guilite/vcpkg.json Normal file
View File

@ -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"
}

View File

@ -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

9
versions/g-/guilite.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c68992e6acdc51afc39edfdfe1342ecbd197bee6",
"version-date": "2021-07-31",
"port-version": 0
}
]
}