diff options
Diffstat (limited to 'vcpkg/ports/discount/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/discount/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/discount/vcpkg.json b/vcpkg/ports/discount/vcpkg.json new file mode 100644 index 0000000..d11f44d --- /dev/null +++ b/vcpkg/ports/discount/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "discount", + "version-string": "3.0.0d", + "description": "DISCOUNT is a implementation of John Gruber & Aaron Swartz's Markdown markup language.", + "homepage": "https://github.com/Orc/discount", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |