summaryrefslogtreecommitdiff
path: root/headsetcontrol/debian/control
blob: 20c82777827f342d59771d1f709120d8dded8476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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