15 lines
610 B
Bash
15 lines
610 B
Bash
# Template file for 'volctl'
|
|
pkgname=volctl
|
|
version=0.9.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-pulsectl"
|
|
short_desc="Lightweight volume control for pulseaudio in your systray"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://buzz.github.io/volctl/"
|
|
distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"
|
|
checksum=43bea60968c0163be3107a9730671b0c29d1a4477eb9ea468dfc6878f7ac4f88
|
|
make_check=no # no tests, but check fails with a non-zero return code
|