[osmanip] Add new port (#30016)

* 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>

* Update

* Added correct formatting.

* Added correct formatting.

* Update

* Corrected hash.

* New patch update.

* Update.

* Update.

* Added new port version.

* Added new port version.

* Update.

* Update ports/osmanip/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Version update.

* Update

* Update sha15

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
Gianluca Bianco 2023-03-08 23:25:11 +01:00 committed by GitHub
parent 7c729f5fcd
commit b10e61a989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Github config
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO JustWhit3/osmanip
REF "v${VERSION}"
SHA512 cbbae779435bec3995756e1dbc8c283868dd923453054177dfa73bc00ac3510488467e535a1c4b14726f02d198f298eaeb884c1716dcde07e9aec06d02b22d32
HEAD_REF main
)
# Main commands
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DOSMANIP_TESTS=OFF
)
vcpkg_cmake_install()
# Move cmake configs
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/osmanip)
# Remove duplicate files
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# Install license
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

18
ports/osmanip/vcpkg.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "osmanip",
"version": "4.5.1",
"description": "A cross-platform library for output stream manipulation using ANSI escape sequences.",
"homepage": "https://github.com/JustWhit3/osmanip",
"license": "MIT",
"dependencies": [
"arsenalgear",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -5884,6 +5884,10 @@
"baseline": "0.108.6",
"port-version": 1
},
"osmanip": {
"baseline": "4.5.1",
"port-version": 0
},
"otl": {
"baseline": "4.0.476",
"port-version": 0

9
versions/o-/osmanip.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "6af4e2a6986f37a24820ea99fd52c0b1d6ccf1a0",
"version": "4.5.1",
"port-version": 0
}
]
}