Skip to content

Commit

Permalink
[c89stringutils] New port (microsoft#22904)
Browse files Browse the repository at this point in the history
* [ports/c89stringutils] Init

* `./vcpkg x-add-version --all --overwrite-version`

* [versions/c-/c89stringutils.json] Init
  • Loading branch information
SamuelMarks authored Feb 4, 2022
1 parent e5cdefb commit ee1531c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ports/c89stringutils/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO offscale/c89stringutils
REF 375c87aaf50a945b17a76727f3314eb217897caf
SHA512 395d942a133209daf510094814830e35daf2047c35b0ff15b17051d7095e4598fd830e0e7f763cac6929b867ff3b0c03c5350c4c3cfc68ed98b69c9c68c04be0
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
"-DBUILD_TESTS=OFF"
)
vcpkg_cmake_install()
file(INSTALL "${SOURCE_PATH}/cmake/LICENSE.txt"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/c89stringutils"
RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
17 changes: 17 additions & 0 deletions ports/c89stringutils/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "c89stringutils",
"version": "0.0.1",
"description": "string functions from newer standards / common non-standards for C89",
"license": "Apache-2.0 OR MIT",
"supports": "!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 @@ -1200,6 +1200,10 @@
"baseline": "2021-07-18",
"port-version": 1
},
"c89stringutils": {
"baseline": "0.0.1",
"port-version": 0
},
"caf": {
"baseline": "0.18.5",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/c-/c89stringutils.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "9c5dcb3c6cf4442e2fdcb4cdea39f512db0ead54",
"version": "0.0.1",
"port-version": 0
}
]
}

0 comments on commit ee1531c

Please sign in to comment.