summaryrefslogtreecommitdiff
path: root/headsetcontrol/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'headsetcontrol/debian/control')
-rw-r--r--headsetcontrol/debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/headsetcontrol/debian/control b/headsetcontrol/debian/control
new file mode 100644
index 0000000..20c8277
--- /dev/null
+++ b/headsetcontrol/debian/control
@@ -0,0 +1,22 @@
+Source: headsetcontrol
+Section: sound
+Priority: optional
+Maintainer: B. Stack <bgstack15@gmail.com>
+Build-Depends: debhelper-compat (= 13),
+ libhidapi-dev,
+ cmake,
+Standards-Version: 4.5.1
+Homepage: https://github.com/Sapd/HeadsetControl
+Rules-Requires-Root: no
+Vcs-Git: https://bgstack15.ddns.net/cgit/stackrpms
+Vcs-Browser: https://gitlab.com/cgit/stackrpms
+
+Package: headsetcontrol
+Architecture: any
+Multi-Arch: foreign
+Depends: libhidapi-hidraw0,
+ libhidapi-libusb0,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Sidetone and Battery status for Logitech G930, G533, G633, G933
+ SteelSeries Arctis 7/PRO 2019 and Corsair VOID (Pro) in Linux and MacOSX
bgstack15