Skip to content

Commit

Permalink
[recycle] add new port (#28642)
Browse files Browse the repository at this point in the history
* Add port steinwurf/recycle

* Run x-add-version

* Add license field

* Run x-add-version
  • Loading branch information
globberwops authored Dec 31, 2022
1 parent 696faa8 commit f9bea5d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ports/recycle/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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 changes: 13 additions & 0 deletions ports/recycle/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/r-/recycle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "0fe3fb2e4ec2870ca2a01029cc4e40c3992572cb",
"version": "6.0.0",
"port-version": 0
}
]
}

0 comments on commit f9bea5d

Please sign in to comment.