[fenster] Add new port (#40540)

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
This commit is contained in:
myd7349 2024-09-01 13:36:08 +08:00 committed by GitHub
parent c2aa1851f1
commit 13fd5f60e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# header-only library
set(VCPKG_BUILD_TYPE release)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zserge/fenster
REF 92aa0ecd30f1c1c8175d72042c319268568434fb
SHA512 2909afe3d5cab88c4353e2632d05b2ff196fb21ebb9789ccb851e328961836b4b5d5eca80843c38e7924ef48ff02106fc4f06ebe5ffe71f71b5bbbb4dad229b9
HEAD_REF main
)
file(COPY "${SOURCE_PATH}/fenster.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(COPY "${SOURCE_PATH}/fenster_audio.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

7
ports/fenster/vcpkg.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "fenster",
"version-date": "2024-08-19",
"description": "The most minimal cross-platform GUI library",
"homepage": "https://github.com/zserge/fenster",
"license": "MIT"
}

View File

@ -2708,6 +2708,10 @@
"baseline": "5.3", "baseline": "5.3",
"port-version": 7 "port-version": 7
}, },
"fenster": {
"baseline": "2024-08-19",
"port-version": 0
},
"ffmpeg": { "ffmpeg": {
"baseline": "7.0.2", "baseline": "7.0.2",
"port-version": 3 "port-version": 3

9
versions/f-/fenster.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "3b11faff9bab03806b2b3ceee86570e628b3bc7f",
"version-date": "2024-08-19",
"port-version": 0
}
]
}