-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47cbed8
commit 2e5f66f
Showing
4 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"version-semver": "0.2.0", | ||
"git-tree": "bc124b587321ac615d96a5f6c5b48869c6a50001" | ||
} | ||
] | ||
} |