diff options
Diffstat (limited to 'ports/clipp')
| -rw-r--r-- | ports/clipp/CONTROL | 3 | ||||
| -rw-r--r-- | ports/clipp/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/clipp/CONTROL b/ports/clipp/CONTROL deleted file mode 100644 index ed8084936..000000000 --- a/ports/clipp/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: clipp
-Version: 2019-04-30
-Description: command line interfaces for modern C++
\ No newline at end of file diff --git a/ports/clipp/vcpkg.json b/ports/clipp/vcpkg.json new file mode 100644 index 000000000..e5fc0850c --- /dev/null +++ b/ports/clipp/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "clipp", + "version-string": "2019-04-30", + "port-version": 1, + "description": "command line interfaces for modern C++" +} |
