[portable-file-dialogs] Add new port (#31482)

* [portable-file-dialogs] Add new port

* [portable-file-dialogs] Version stuffs
This commit is contained in:
myd7349 2023-05-23 03:04:14 +08:00 committed by GitHub
parent ebb01831d6
commit d672b68add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO samhocevar/portable-file-dialogs
REF "${VERSION}"
SHA512 8f3f59534024357b1d4b9054f20f482bfb159c1666be1695220c1be8f028be6adac0d9d82aad7230922a5eea5971c051a8699e60bc99207813776f35ce6937b6
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/portable-file-dialogs.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -0,0 +1,16 @@
{
"name": "portable-file-dialogs",
"version": "0.1.0",
"description": "Portable GUI dialogs library",
"homepage": "https://github.com/samhocevar/portable-file-dialogs",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -6344,6 +6344,10 @@
"baseline": "0.9",
"port-version": 5
},
"portable-file-dialogs": {
"baseline": "0.1.0",
"port-version": 0
},
"portable-snippets": {
"baseline": "2019-09-20",
"port-version": 3

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c205f3002701aeb61986151fb84016f820f04103",
"version": "0.1.0",
"port-version": 0
}
]
}