New Package: pasystray-git-20220314_2
This commit is contained in:
parent
dc13ecfbfd
commit
74d06f6e88
1 changed files with 22 additions and 0 deletions
22
srcpkgs/pasystray-git/template
Normal file
22
srcpkgs/pasystray-git/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'pasystray-git'
|
||||
pkgname=pasystray-git
|
||||
version=20220314
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
repository="cereus-extra"
|
||||
hostmakedepends="pkg-config intltool automake git"
|
||||
makedepends="gtk+3-devel pulseaudio-devel libnotify-devel"
|
||||
short_desc="PulseAudio System Tray - git branch version"
|
||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/christophgysin/pasystray"
|
||||
replaces="pasystray"
|
||||
conflicts="pasystray"
|
||||
|
||||
do_fetch() {
|
||||
git clone ${homepage} ${wrksrc}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
Loading…
Add table
Reference in a new issue