diff options
| author | An Tao <antao2002@gmail.com> | 2020-06-24 04:03:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 13:03:23 -0700 |
| commit | 7a28379b4c22e5467646bcffc2a9f89a076ab006 (patch) | |
| tree | 3453d8c5cf9d93bb22fcab209aa83b9751d549ab /ports/drogon/CONTROL | |
| parent | d2b92bff55253c72e8e679214404483b7288f1ee (diff) | |
| download | vcpkg-7a28379b4c22e5467646bcffc2a9f89a076ab006.tar.gz vcpkg-7a28379b4c22e5467646bcffc2a9f89a076ab006.zip | |
[Drogon] Add new port (#12024)
* [Drogon] Add new port
* Update version
* Use cmake options instead of patching
Diffstat (limited to 'ports/drogon/CONTROL')
| -rw-r--r-- | ports/drogon/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/drogon/CONTROL b/ports/drogon/CONTROL new file mode 100644 index 000000000..7b859565b --- /dev/null +++ b/ports/drogon/CONTROL @@ -0,0 +1,5 @@ +Source: drogon
+Version: v1.0.0-beta18
+Homepage: https://github.com/an-tao/drogon
+Description:Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows
+Build-Depends: trantor, zlib, jsoncpp, libmariadb, libpq, sqlite3, brotli
\ No newline at end of file |
