From a50c4b4476ea27032814805819638a949702797d Mon Sep 17 00:00:00 2001 From: ibrokemypie Date: Thu, 15 Jun 2017 00:00:09 +1000 Subject: [PATCH] New package: clerk-3.2 --- srcpkgs/clerk/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/clerk/template diff --git a/srcpkgs/clerk/template b/srcpkgs/clerk/template new file mode 100644 index 00000000000..44a34126650 --- /dev/null +++ b/srcpkgs/clerk/template @@ -0,0 +1,16 @@ +# Template file for 'clerk' +pkgname=clerk +version=3.2 +revision=1 +build_style=gnu-makefile +depends="bash rofi mpc>0.26 python-mpd2 perl" +short_desc="MPD client using bash and rofi" +maintainer="ibrokemypie " +license="MIT" +homepage="https://github.com/carnager/clerk/" +distfiles="https://github.com/carnager/clerk/archive/${version}.tar.gz" +checksum=13ccdee926393942a2be697fc44d17e907f2a903522b843658607876e861dcf6 + +post_install() { + vlicense LICENSE +}