Skip to content

Commit

Permalink
[fenster] Add new port (#40540)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Romero <[email protected]>
  • Loading branch information
myd7349 and vicroms authored Sep 1, 2024
1 parent c2aa185 commit 13fd5f6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ports/fenster/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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 changes: 7 additions & 0 deletions ports/fenster/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/f-/fenster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "3b11faff9bab03806b2b3ceee86570e628b3bc7f",
"version-date": "2024-08-19",
"port-version": 0
}
]
}

0 comments on commit 13fd5f6

Please sign in to comment.