From 16c95faed31dddaea53b31f2e7de18a8471d32f7 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 30 Dec 2024 13:55:22 -0500 Subject: add headsetcontrol --- headsetcontrol/debian/control | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 headsetcontrol/debian/control (limited to 'headsetcontrol/debian/control') 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 +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 -- cgit