diff options
Diffstat (limited to 'ports/tgbot-cpp')
| -rw-r--r-- | ports/tgbot-cpp/CONTROL | 5 | ||||
| -rw-r--r-- | ports/tgbot-cpp/vcpkg.json | 19 |
2 files changed, 19 insertions, 5 deletions
diff --git a/ports/tgbot-cpp/CONTROL b/ports/tgbot-cpp/CONTROL deleted file mode 100644 index 3c8398783..000000000 --- a/ports/tgbot-cpp/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: tgbot-cpp -Version: 1.2.1 -Homepage: https://github.com/reo7sp/tgbot-cpp -Description: C++14 library for Telegram bot API. -Build-Depends: boost-algorithm, boost-asio, boost-lexical-cast, boost-property-tree, boost-system, boost-test, boost-variant, curl, openssl, zlib diff --git a/ports/tgbot-cpp/vcpkg.json b/ports/tgbot-cpp/vcpkg.json new file mode 100644 index 000000000..360b9c706 --- /dev/null +++ b/ports/tgbot-cpp/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "tgbot-cpp", + "version-string": "1.2.1", + "port-version": 1, + "description": "C++14 library for Telegram bot API.", + "homepage": "https://github.com/reo7sp/tgbot-cpp", + "dependencies": [ + "boost-algorithm", + "boost-asio", + "boost-lexical-cast", + "boost-property-tree", + "boost-system", + "boost-test", + "boost-variant", + "curl", + "openssl", + "zlib" + ] +} |
