[make-vector] New port (#34069)

This commit is contained in:
Pravila 2023-10-06 04:45:47 +01:00 committed by GitHub
parent 7827a2a05e
commit 4d99918750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Pravila00/make-vector
REF 1518ac00adec9b13a645aee45ed1a36eb6ec1e98
SHA512 2be4af258ceeb71e990ecc5c1c2c269456f6621b7b6b8183ba4e29f5479c4c7a618bd0c737a8d66aa00052a710930ec2f2ee5bc925f7a627427ac90918b6d4fa
HEAD_REF main
)
file(COPY "${SOURCE_PATH}/include/make_vector.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include/make-vector")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,7 @@
{
"name": "pravila00-make-vector",
"version-date": "2023-04-10",
"description": "C++ helper for making vectors.",
"homepage": "https://github.com/Pravila00/make-vector",
"license": "BSL-1.0"
}

View File

@ -6592,6 +6592,10 @@
"baseline": "1.3",
"port-version": 7
},
"pravila00-make-vector": {
"baseline": "2023-04-10",
"port-version": 0
},
"presentmon": {
"baseline": "1.7.0",
"port-version": 2

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "b4a9f4a88cb5645d9a5f6827293bc3732a57e043",
"version-date": "2023-04-10",
"port-version": 0
}
]
}