Skip to content

Commit

Permalink
[stronk] Initial port
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-wind committed Sep 12, 2022
1 parent 47cbed8 commit 2e5f66f
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
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_git(
OUT_SOURCE_PATH SOURCE_PATH
URL https://github.com/twig-energy/stronk
REF f298bca3102b48ada516b0b42f2d5e6899cbbc44
HEAD_REF main
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
)

vcpkg_install_cmake()

file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/debug
)

file(
INSTALL "${SOURCE_PATH}/LICENSE"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
RENAME copyright)
34 changes: 34 additions & 0 deletions ports/stronk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"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",
"builtin-baseline": "acc3bcf76b84ae5041c86ab55fe138ae7b8255c7",
"dependencies": [
{
"name": "boost-type-index",
"version>=": "1.78.0"
}
],
"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
8 changes: 8 additions & 0 deletions versions/s-/stronk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"versions": [
{
"version-semver": "0.2.0",
"git-tree": "bc124b587321ac615d96a5f6c5b48869c6a50001"
}
]
}

0 comments on commit 2e5f66f

Please sign in to comment.