[recycle] add new port (#28642)

* Add port steinwurf/recycle

* Run x-add-version

* Add license field

* Run x-add-version
This commit is contained in:
Martin Stump 2022-12-31 10:53:54 +01:00 committed by GitHub
parent 696faa8308
commit f9bea5d581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,18 @@
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO steinwurf/recycle
REF "${VERSION}"
SHA512 7fff2d8d8da0613d330d58b0f82fafd7fc20b78ac2588ba9743dc8033f130acaf29b37f4c2c02f8b39fc8d5b352f589c6e8398420161124a7143ca4ca6521512
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.rst")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

13
ports/recycle/vcpkg.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "recycle",
"version": "6.0.0",
"description": "Simple resource pool for recycling resources in C++",
"homepage": "https://github.com/steinwurf/recycle",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}

View File

@ -6608,6 +6608,10 @@
"baseline": "1.5.1",
"port-version": 5
},
"recycle": {
"baseline": "6.0.0",
"port-version": 0
},
"redis-plus-plus": {
"baseline": "1.3.6",
"port-version": 0

9
versions/r-/recycle.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "0fe3fb2e4ec2870ca2a01029cc4e40c3992572cb",
"version": "6.0.0",
"port-version": 0
}
]
}