libhidapi, libusb externals (#319)

* A cross-platform library to access USB devices

Initial addition to the community index.

* A Simple library for communicating with USB and Bluetooth HID devices

Initial addition to the community index.

* Added licenses and Arch packages

Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
This commit is contained in:
pmunts
2021-08-25 03:31:36 -07:00
committed by GitHub
parent bbb3c93637
commit 03efd72937
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,12 @@
description = "A simple library for communicating with USB and Bluetooth HID devices"
name = "libhidapi"
licenses = "BSD-3-Clause OR GPL-3.0-only OR custom-hidapi"
maintainers = ["Philip Munts <phil@munts.net>"]
maintainers-logins = ["pmunts"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["libhidapi-dev"]
arch = ["hidapi"]
+12
View File
@@ -0,0 +1,12 @@
description = "A cross-platform library to access USB devices"
name = "libusb"
licenses = "LGPL-2.1-or-later"
maintainers = ["Philip Munts <phil@munts.net>"]
maintainers-logins = ["pmunts"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["libusb-1.0-0-dev"]
arch = ["libusb"]