14 lines
603 B
Bash
14 lines
603 B
Bash
# Template file for 'volctl'
|
|
pkgname=volctl
|
|
version=0.9.2
|
|
revision=1
|
|
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="teldra <teldra@rotce.de>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://buzz.github.io/volctl/"
|
|
distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"
|
|
checksum=8bbd9ec2d6ac0a3aa92c19778855eb156250d05a3e2a1b082fe2ad838aefe70f
|
|
make_check=no # no tests, but check fails with a non-zero return code
|