diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-01-10 15:50:35 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-10 15:50:35 -0800 |
| commit | fc34b74ce2a902fc235ac4c60d68eacaf9488948 (patch) | |
| tree | 1cc9cd8ef75b84804a0988e8ed84f011df151eb5 /ports/libevhtp/CONTROL | |
| parent | 1990d4b72c58c2ada5f0b7b28478d214fb3205da (diff) | |
| download | vcpkg-fc34b74ce2a902fc235ac4c60d68eacaf9488948.tar.gz vcpkg-fc34b74ce2a902fc235ac4c60d68eacaf9488948.zip | |
[libevhtp] Add new port (#8678)
* [libevhtp] Add new port
* Add homepage
* Update ci.baseline.txt
Diffstat (limited to 'ports/libevhtp/CONTROL')
| -rw-r--r-- | ports/libevhtp/CONTROL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ports/libevhtp/CONTROL b/ports/libevhtp/CONTROL new file mode 100644 index 000000000..1653bf25d --- /dev/null +++ b/ports/libevhtp/CONTROL @@ -0,0 +1,16 @@ +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 |
