aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/status-value-lite/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/status-value-lite/vcpkg.json')
-rw-r--r--vcpkg/ports/status-value-lite/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/status-value-lite/vcpkg.json b/vcpkg/ports/status-value-lite/vcpkg.json
new file mode 100644
index 0000000..2ab1839
--- /dev/null
+++ b/vcpkg/ports/status-value-lite/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "status-value-lite",
+ "version": "1.1.0",
+ "port-version": 3,
+ "description": "status_value is a single-file header-only library for objects that represent a status and an optional value. It is intended for use with C++11 and later.",
+ "homepage": "https://github.com/martinmoene/status-value-lite",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "test": {
+ "description": "Build with test"
+ }
+ }
+}