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 +}