vp-build/srcpkgs/pasystray/template

20 lines
613 B
Bash

# Template file for 'pasystray'
pkgname=pasystray
version=0.7.0
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config intltool automake"
makedepends="gtk+3-devel pulseaudio-devel libnotify-devel"
depends="pulseaudio"
short_desc="PulseAudio System Tray"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://github.com/christophgysin/pasystray"
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
checksum=d45a221cc27160a1da6c34cde412fece6478dd1dd60df2459a28da14392b8ee0
pre_configure() {
autoreconf -fi
}