From 74d06f6e884124d8886c9edcfd7429820f425f88 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Wed, 17 Aug 2022 22:34:39 -0400 Subject: [PATCH] New Package: pasystray-git-20220314_2 --- srcpkgs/pasystray-git/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/pasystray-git/template diff --git a/srcpkgs/pasystray-git/template b/srcpkgs/pasystray-git/template new file mode 100644 index 0000000..58066f0 --- /dev/null +++ b/srcpkgs/pasystray-git/template @@ -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. " +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 +}