[mapbox-wagyu] add new port (#18771)

* add wagyu

* add versions

* update hash

* update versions
This commit is contained in:
Mathis Logemann 2021-07-06 22:57:41 +02:00 committed by GitHub
parent 5fa8c717ea
commit 604c974fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/wagyu
REF 0.5.0
SHA512 d2ef6c056b25e60677da4f53154790558ddb43c56aa117a4d5108f8c7686cceff9e5d54d71138e2eb504f053315d28f7cb8190ff45833c5606d511b685acf40d
HEAD_REF master
)
# Copy header files
file(COPY ${SOURCE_PATH}/include/mapbox/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/mapbox FILES_MATCHING PATTERN "*.hpp")
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -0,0 +1,6 @@
{
"name": "mapbox-wagyu",
"version-semver": "0.5.0",
"description": "A general library for geometry operations of union, intersections, difference, and xor",
"homepage": "https://github.com/mapbox/wagyu"
}

View File

@ -3908,6 +3908,10 @@
"baseline": "1.2.0",
"port-version": 0
},
"mapbox-wagyu": {
"baseline": "0.5.0",
"port-version": 0
},
"marble": {
"baseline": "19.08.2",
"port-version": 2

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "84cb6917fd5563c88998e47c219f429e05aea9d5",
"version-semver": "0.5.0",
"port-version": 0
}
]
}