parent
95794b7237
commit
34236434bc
1 changed files with 18 additions and 0 deletions
18
srcpkgs/i3cat/template
Normal file
18
srcpkgs/i3cat/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue