diff options
author | B. Stack <bgstack15@gmail.com> | 2024-12-30 13:55:22 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-12-30 13:55:22 -0500 |
commit | 16c95faed31dddaea53b31f2e7de18a8471d32f7 (patch) | |
tree | 5b3483db1d97f07bfbbcfba44fbbc446d70086ad /headsetcontrol/debian/control | |
parent | npp 8.7.4 (diff) | |
download | stackrpms-16c95faed31dddaea53b31f2e7de18a8471d32f7.tar.gz stackrpms-16c95faed31dddaea53b31f2e7de18a8471d32f7.tar.bz2 stackrpms-16c95faed31dddaea53b31f2e7de18a8471d32f7.zip |
add headsetcontrol
Diffstat (limited to 'headsetcontrol/debian/control')
-rw-r--r-- | headsetcontrol/debian/control | 22 |
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 |