From 4d70c11b1e5f4eb3ba0c623e0da62666233ac2e4 Mon Sep 17 00:00:00 2001 From: xor Date: Thu, 1 Sep 2016 23:21:30 +0000 Subject: [PATCH] New Package: py3status-3.0 Closes: #4699 [via git-merge-pr] --- srcpkgs/py3status/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/py3status/template diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template new file mode 100644 index 00000000000..21c7555cb3f --- /dev/null +++ b/srcpkgs/py3status/template @@ -0,0 +1,19 @@ +# Template file for 'py3status' +pkgname=py3status +version=3.0 +revision=1 +short_desc="Alternative i3bar" +license="BSD" +noarch=yes +build_style=python-module +pycompile_module="py3status" +hostmakedepends="python-setuptools" +depends="python" +maintainer="xo " +homepage="https://github.com/ultrabug/py3status" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=f2c0e9c3ecb0bd1c40e952b16255c97bba184de14629b74c0203feb873a3df21 + +post_install() { + vlicense LICENSE +}