mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[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:
parent
696faa8308
commit
f9bea5d581
18
ports/recycle/portfile.cmake
Normal file
18
ports/recycle/portfile.cmake
Normal 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
13
ports/recycle/vcpkg.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
@ -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
9
versions/r-/recycle.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0fe3fb2e4ec2870ca2a01029cc4e40c3992572cb",
|
||||
"version": "6.0.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user