mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[mapbox-wagyu] add new port (#18771)
* add wagyu * add versions * update hash * update versions
This commit is contained in:
parent
5fa8c717ea
commit
604c974fdb
15
ports/mapbox-wagyu/portfile.cmake
Normal file
15
ports/mapbox-wagyu/portfile.cmake
Normal 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)
|
6
ports/mapbox-wagyu/vcpkg.json
Normal file
6
ports/mapbox-wagyu/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
|
||||
|
9
versions/m-/mapbox-wagyu.json
Normal file
9
versions/m-/mapbox-wagyu.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "84cb6917fd5563c88998e47c219f429e05aea9d5",
|
||||
"version-semver": "0.5.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user