diff options
Diffstat (limited to 'ports/check')
| -rw-r--r-- | ports/check/CONTROL | 4 | ||||
| -rw-r--r-- | ports/check/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/check/CONTROL b/ports/check/CONTROL deleted file mode 100644 index 7f1583a02..000000000 --- a/ports/check/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: check
-Version: 0.15.2 -Homepage: https://github.com/libcheck/check
-Description: A unit testing framework for C
diff --git a/ports/check/vcpkg.json b/ports/check/vcpkg.json new file mode 100644 index 000000000..d94e11b68 --- /dev/null +++ b/ports/check/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "check", + "version-string": "0.15.2", + "port-version": 1, + "description": "A unit testing framework for C", + "homepage": "https://github.com/libcheck/check" +} |
