diff options
Diffstat (limited to 'ports/cunit')
| -rw-r--r-- | ports/cunit/CONTROL | 4 | ||||
| -rw-r--r-- | ports/cunit/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/cunit/CONTROL b/ports/cunit/CONTROL deleted file mode 100644 index c5725875f..000000000 --- a/ports/cunit/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: cunit -Version: 2.1.3-6 -Homepage: https://sourceforge.net/projects/cunit/ -Description: CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces diff --git a/ports/cunit/vcpkg.json b/ports/cunit/vcpkg.json new file mode 100644 index 000000000..c3b2d3032 --- /dev/null +++ b/ports/cunit/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "cunit", + "version-string": "2.1.3", + "port-version": 7, + "description": "CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces", + "homepage": "https://sourceforge.net/projects/cunit/" +} |
