diff options
Diffstat (limited to 'ports/libevhtp')
| -rw-r--r-- | ports/libevhtp/CONTROL | 16 | ||||
| -rw-r--r-- | ports/libevhtp/vcpkg.json | 27 |
2 files changed, 27 insertions, 16 deletions
diff --git a/ports/libevhtp/CONTROL b/ports/libevhtp/CONTROL deleted file mode 100644 index 1653bf25d..000000000 --- a/ports/libevhtp/CONTROL +++ /dev/null @@ -1,16 +0,0 @@ -Source: libevhtp
-Version: 1.2.18
-Homepage: https://github.com/criticalstack/libevhtp
-Build-Depends: libevent
-Description: Libevhtp was created as a replacement API for Libevent's current HTTP API.
-
-Feature: openssl
-Description: Support SSL for libevhtp
-Build-Depends: openssl
-
-Feature: thread
-Description: Support thread for libevhtp
-
-Feature: regex
-Description: Support oniguruma for libevhtp
-Build-Depends: oniguruma
\ No newline at end of file diff --git a/ports/libevhtp/vcpkg.json b/ports/libevhtp/vcpkg.json new file mode 100644 index 000000000..5d95f7901 --- /dev/null +++ b/ports/libevhtp/vcpkg.json @@ -0,0 +1,27 @@ +{ + "name": "libevhtp", + "version-string": "1.2.18", + "port-version": 1, + "description": "Libevhtp was created as a replacement API for Libevent's current HTTP API.", + "homepage": "https://github.com/criticalstack/libevhtp", + "dependencies": [ + "libevent" + ], + "features": { + "openssl": { + "description": "Support SSL for libevhtp", + "dependencies": [ + "openssl" + ] + }, + "regex": { + "description": "Support oniguruma for libevhtp", + "dependencies": [ + "oniguruma" + ] + }, + "thread": { + "description": "Support thread for libevhtp" + } + } +} |
