diff options
Diffstat (limited to 'vcpkg/ports/cello/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cello/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cello/vcpkg.json b/vcpkg/ports/cello/vcpkg.json new file mode 100644 index 0000000..58a8aeb --- /dev/null +++ b/vcpkg/ports/cello/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "cello", + "version-date": "2019-07-23", + "port-version": 4, + "description": "Higher level programming in C", + "homepage": "https://libcello.org/", + "license": "BSD-2-Clause-Views", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |