From 34236434bc5808162bec61ee33eb1ecff09545fa Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sat, 8 Feb 2020 23:08:04 -0600 Subject: [PATCH] New package: i3cat-1.0 Closes: #11630 --- srcpkgs/i3cat/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/i3cat/template diff --git a/srcpkgs/i3cat/template b/srcpkgs/i3cat/template new file mode 100644 index 0000000000..235340140d --- /dev/null +++ b/srcpkgs/i3cat/template @@ -0,0 +1,18 @@ +# Template file for 'i3cat' +pkgname=i3cat +version=1.0 +revision=1 +build_style=go +go_import_path="github.com/vincent-petithory/i3cat" +hostmakedepends="git" +short_desc="Combine multiple i3bar JSON inputs into one to forward to i3bar" +maintainer="Alex Childs " +license="MIT" +homepage="http://vincent-petithory.github.io/i3cat/" +distfiles="https://github.com/vincent-petithory/i3cat/archive/v${version}.tar.gz" +checksum=e7323df791f644540025549b20a69d8907bcab90882b875a8c5c0690d9a188c5 + +post_install() { + vlicense LICENSE + vdoc README.md +}