diff options
Diffstat (limited to 'ports/rhash')
| -rw-r--r-- | ports/rhash/CONTROL | 5 | ||||
| -rw-r--r-- | ports/rhash/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/rhash/CONTROL b/ports/rhash/CONTROL deleted file mode 100644 index c8d0e5691..000000000 --- a/ports/rhash/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: rhash -Version: 1.4.0 -Homepage: https://github.com/rhash/RHash -Description: C library for computing a wide variety of hash sums -Supports: !uwp diff --git a/ports/rhash/vcpkg.json b/ports/rhash/vcpkg.json new file mode 100644 index 000000000..1cdb5fef0 --- /dev/null +++ b/ports/rhash/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "rhash", + "version-string": "1.4.0", + "port-version": 1, + "description": "C library for computing a wide variety of hash sums", + "homepage": "https://github.com/rhash/RHash", + "supports": "!uwp" +} |
