Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions ports/sw-gui/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Mzying2001/sw
REF 0.0.1
SHA512 2e1c3ea6197244cf750d17bc470e86f76e4027db919529d78bbcd30ef824eface20ea1b60fb403331f3d2ed63222088dbb114cc4cb4584fd4090723867f2abd2
)

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sw
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup()

vcpkg_install_copyright(FILE_LIST ${SOURCE_PATH}/LICENSE)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
18 changes: 18 additions & 0 deletions ports/sw-gui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "sw-gui",
"version": "0.0.1",
"description": "A C++ GUI framework for building Windows desktop applications.",
"homepage": "https://github.com/Mzying2001/sw",
"license": "MIT",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9212,6 +9212,10 @@
"baseline": "7.0.0",
"port-version": 0
},
"sw-gui": {
"baseline": "0.0.1",
"port-version": 0
},
"swenson-sort": {
"baseline": "2021-05-22",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/s-/sw-gui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "f148d1e6d721f51635c71840226fad3b325671c2",
"version": "0.0.1",
"port-version": 0
}
]
}