diff options
Diffstat (limited to 'ports/libuvc')
| -rw-r--r-- | ports/libuvc/CONTROL | 6 | ||||
| -rw-r--r-- | ports/libuvc/vcpkg.json | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/ports/libuvc/CONTROL b/ports/libuvc/CONTROL deleted file mode 100644 index b780f1998..000000000 --- a/ports/libuvc/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: libuvc -Version: 2020-11-24 -Build-Depends: libusb -Homepage: https://github.com/libuvc/libuvc -Description: a cross-platform library for USB video devices -Supports: linux diff --git a/ports/libuvc/vcpkg.json b/ports/libuvc/vcpkg.json new file mode 100644 index 000000000..ce4a13b0a --- /dev/null +++ b/ports/libuvc/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "libuvc", + "version-string": "2020-11-24", + "port-version": 1, + "description": "a cross-platform library for USB video devices", + "homepage": "https://github.com/libuvc/libuvc", + "supports": "linux", + "dependencies": [ + "libusb" + ] +} |
