mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[arsenalgear] Add new port (#29753)
* Added basic info to ptc-print port. * Formatting json file. * Trying to add master branch instead of main. * Trying to add master branch instead of main. * Update git-tree. * CI baseline update. * Update ports/ptc-print/usage Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update ports/ptc-print/usage Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * CI baseline update. * Update ports/ptc-print/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update. * Update in usage file. * Formatting update. * Update. * Update. * [osmanip] new port * [osmanip] new port * Updates. * Updates. * Update. * [osmanip] new port * Changed port version. * Changed port version. * [osmanip] new port * [osmanip] new port * Update. * [arsenalgear] new port * Added port to arsenalgear. * Added port to arsenalgear. * Update. * Deleted arsenalgear stuff for the moment. * [arsenalgear] new port * Added right version. * [arsenalgear] new port * Update. * Update. * Delete baseline rows. * Fixed issue. * Fixed issue. * Commented not working OSs. * Update ports/arsenalgear/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update versions/a-/arsenalgear.json Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update * Update * Update. * Update * Update scripts/ci.baseline.txt Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update versions/a-/arsenalgear.json Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
This commit is contained in:
parent
64fabc9401
commit
d16995a3d0
25
ports/arsenalgear/portfile.cmake
Normal file
25
ports/arsenalgear/portfile.cmake
Normal file
@ -0,0 +1,25 @@
|
||||
# Github config
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO JustWhit3/arsenalgear-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 27f2979da2d75851d5f8a63868d49b2f5b82064477a1c816667aaf0283e87f854712ab4aa473a3ef36c6ff895bb781c3b095ff617bf134051531aee9b8f03fd3
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
# Main commands
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DARSENALGEAR_TESTS=OFF
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
|
||||
# Move cmake configs
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/arsenalgear)
|
||||
|
||||
# Remove duplicate files
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
# Install license
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
18
ports/arsenalgear/vcpkg.json
Normal file
18
ports/arsenalgear/vcpkg.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "arsenalgear",
|
||||
"version": "2.1.0",
|
||||
"description": "A library containing general purpose C++ utils.",
|
||||
"homepage": "https://github.com/JustWhit3/arsenalgear-cpp",
|
||||
"license": "MIT",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
9
versions/a-/arsenalgear.json
Normal file
9
versions/a-/arsenalgear.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a84d69248b9378514cab7ebc7d7a8901ee579542",
|
||||
"version": "2.1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
@ -220,6 +220,10 @@
|
||||
"baseline": "10.0.1",
|
||||
"port-version": 4
|
||||
},
|
||||
"arsenalgear": {
|
||||
"baseline": "2.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"ashes": {
|
||||
"baseline": "2022-06-08",
|
||||
"port-version": 0
|
||||
|
Loading…
Reference in New Issue
Block a user