aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rhasheq/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/rhasheq/vcpkg.json')
-rw-r--r--vcpkg/ports/rhasheq/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/rhasheq/vcpkg.json b/vcpkg/ports/rhasheq/vcpkg.json
new file mode 100644
index 0000000..b7c231f
--- /dev/null
+++ b/vcpkg/ports/rhasheq/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "rhasheq",
+ "version-date": "2023-06-17",
+ "description": "Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.",
+ "homepage": "https://github.com/offscale/rhasheq",
+ "license": "0BSD",
+ "dependencies": [
+ "c89stringutils",
+ "rhash",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}