mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:38:59 +08:00
[fenster] Add new port (#40540)
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
This commit is contained in:
parent
c2aa1851f1
commit
13fd5f60e8
15
ports/fenster/portfile.cmake
Normal file
15
ports/fenster/portfile.cmake
Normal 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
7
ports/fenster/vcpkg.json
Normal 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"
|
||||
}
|
@ -2708,6 +2708,10 @@
|
||||
"baseline": "5.3",
|
||||
"port-version": 7
|
||||
},
|
||||
"fenster": {
|
||||
"baseline": "2024-08-19",
|
||||
"port-version": 0
|
||||
},
|
||||
"ffmpeg": {
|
||||
"baseline": "7.0.2",
|
||||
"port-version": 3
|
||||
|
9
versions/f-/fenster.json
Normal file
9
versions/f-/fenster.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3b11faff9bab03806b2b3ceee86570e628b3bc7f",
|
||||
"version-date": "2024-08-19",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user