aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cunit/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cunit/vcpkg.json')
-rw-r--r--vcpkg/ports/cunit/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cunit/vcpkg.json b/vcpkg/ports/cunit/vcpkg.json
new file mode 100644
index 0000000..7857b54
--- /dev/null
+++ b/vcpkg/ports/cunit/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "cunit",
+ "version": "2.1.3",
+ "port-version": 8,
+ "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/",
+ "license": "LGPL-2.0-only",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}