mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
[happly] add new port (#16788)
* [happly] add new port * add version files
This commit is contained in:
parent
c8021b4675
commit
c72fa13af2
13
ports/happly/portfile.cmake
Normal file
13
ports/happly/portfile.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nmwsharp/happly
|
||||
REF 88f79725d32d78e0e637ebf42d8432d519e1c7d0
|
||||
SHA512 79f2be2d4f5583bc4ea63d92af142fc1a59c91610dee5d2bbbd3fbfb6ff6cd697cd6cc6d740ac3878278257f550c739832b2ecf10887b0607045e9f09a35c92c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(
|
||||
COPY ${SOURCE_PATH}/happly.h
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/include
|
||||
)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
6
ports/happly/vcpkg.json
Normal file
6
ports/happly/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "happly",
|
||||
"version-date": "2021-03-19",
|
||||
"description": "A header-only C++ reader/writer for the PLY file format.",
|
||||
"homepage": "https://github.com/nmwsharp/happly"
|
||||
}
|
@ -2380,6 +2380,10 @@
|
||||
"baseline": "11.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"happly": {
|
||||
"baseline": "2021-03-19",
|
||||
"port-version": 0
|
||||
},
|
||||
"harfbuzz": {
|
||||
"baseline": "2.7.4",
|
||||
"port-version": 1
|
||||
|
9
versions/h-/happly.json
Normal file
9
versions/h-/happly.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "30ccc0778da8b49727c6cffa0c11c6ece4ac7073",
|
||||
"version-date": "2021-03-19",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user