mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[Guilite] Add new port (#20156)
* [ports/guilite] Init * ./vcpkg x-add-version
This commit is contained in:
parent
7d7653bcd2
commit
2b31e33fe6
9
ports/guilite/portfile.cmake
Normal file
9
ports/guilite/portfile.cmake
Normal 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
6
ports/guilite/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
9
versions/g-/guilite.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c68992e6acdc51afc39edfdfe1342ecbd197bee6",
|
||||
"version-date": "2021-07-31",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user