diff options
Diffstat (limited to 'ports/teemo')
| -rw-r--r-- | ports/teemo/CONTROL | 5 | ||||
| -rw-r--r-- | ports/teemo/vcpkg.json | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/ports/teemo/CONTROL b/ports/teemo/CONTROL deleted file mode 100644 index 223fd6e5a..000000000 --- a/ports/teemo/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: teemo -Version: 2.2 -Build-Depends: curl[core] -Description: C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed. -Homepage: https://github.com/winsoft666/teemo
\ No newline at end of file diff --git a/ports/teemo/vcpkg.json b/ports/teemo/vcpkg.json new file mode 100644 index 000000000..4905c32f9 --- /dev/null +++ b/ports/teemo/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "teemo", + "version-string": "2.2", + "port-version": 1, + "description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.", + "homepage": "https://github.com/winsoft666/teemo", + "dependencies": [ + { + "name": "curl", + "default-features": false + } + ] +} |
