aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/licensepp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/licensepp/vcpkg.json')
-rw-r--r--vcpkg/ports/licensepp/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/licensepp/vcpkg.json b/vcpkg/ports/licensepp/vcpkg.json
new file mode 100644
index 0000000..b9e212f
--- /dev/null
+++ b/vcpkg/ports/licensepp/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "licensepp",
+ "version": "1.2.0",
+ "description": "Cross platform software licensing library",
+ "homepage": "https://github.com/amrayn/licensepp",
+ "supports": "!uwp",
+ "dependencies": [
+ "abumq-ripe",
+ {
+ "name": "cryptopp",
+ "features": [
+ "pem-pack"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}