New package: i3cat-1.0

Closes: #11630
This commit is contained in:
Alex Childs 2020-02-08 23:08:04 -06:00 committed by Juan RP
parent 95794b7237
commit 34236434bc

18
srcpkgs/i3cat/template Normal file
View file

@ -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 <misuchiru03+void@gmail.com>"
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
}