mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:25:57 +08:00
[portable-file-dialogs] Add new port (#31482)
* [portable-file-dialogs] Add new port * [portable-file-dialogs] Version stuffs
This commit is contained in:
parent
ebb01831d6
commit
d672b68add
11
ports/portable-file-dialogs/portfile.cmake
Normal file
11
ports/portable-file-dialogs/portfile.cmake
Normal 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)
|
16
ports/portable-file-dialogs/vcpkg.json
Normal file
16
ports/portable-file-dialogs/vcpkg.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
|
9
versions/p-/portable-file-dialogs.json
Normal file
9
versions/p-/portable-file-dialogs.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c205f3002701aeb61986151fb84016f820f04103",
|
||||
"version": "0.1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user