14 lines
613 B
Bash
14 lines
613 B
Bash
# Template file for 'volctl'
|
|
pkgname=volctl
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-yaml python3-click"
|
|
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=2995653bc506e7af061bec88fdeee973f468c1599f82e2773c0e488a33bb101a
|
|
make_check=no # no tests, but check fails with a non-zero return code
|