Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stronk] Add new port #26740

Merged
merged 10 commits into from
Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions ports/stronk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO twig-energy/stronk
REF f298bca3102b48ada516b0b42f2d5e6899cbbc44
HEAD_REF main
SHA512 889c7a58082ab506f0c3b8b11e2f7d70f0b9a9ed67322310b43f070b79b71c3c115d1942319e7b461da80a0708c750503705d437d8228c54d7fa8f6e4626ad43
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
"-DCMAKE_INSTALL_INCLUDEDIR=${CURRENT_PACKAGES_DIR}/include"
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
41 changes: 41 additions & 0 deletions ports/stronk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "stronk",
"version-semver": "0.2.0",
"description": "An easy to customize, strong type library with built in support for unit-like behavior",
"homepage": "https://github.com/twig-energy/stronk",
"license": "MIT",
"dependencies": [
{
"name": "boost-type-index",
"version>=": "1.78.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"abseil": {
"description": "Dependencies for abseil extension",
"dependencies": [
{
"name": "abseil",
"version>=": "20211102.1"
}
]
},
"fmt": {
"description": "Dependencies for fmt extension",
"dependencies": [
{
"name": "fmt",
"version>=": "9.0.0"
}
]
}
}
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6804,6 +6804,10 @@
"baseline": "1.6.0",
"port-version": 0
},
"stronk": {
"baseline": "0.2.0",
"port-version": 0
},
"strtk": {
"baseline": "2020-09-14",
"port-version": 1
Expand Down
9 changes: 9 additions & 0 deletions versions/s-/stronk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "e4a44d9b4174532927a658b7762122b06ad2f663",
"version-semver": "0.2.0",
"port-version": 0
}
]
}