void-packages/srcpkgs/slit/template

19 lines
489 B
Bash
Raw Normal View History

2017-04-21 21:35:41 +00:00
# Template file for 'slit'
pkgname=slit
2017-05-14 07:46:18 +00:00
version=1.1.5
2017-05-25 09:49:34 +00:00
revision=2
2017-04-21 21:35:41 +00:00
build_style=go
go_import_path="github.com/tigrawap/slit"
short_desc="A modern PAGER for viewing logs"
maintainer="Michael Gehring <mg@ebfe.org>"
license="MIT"
hostmakedepends="git"
homepage="https://github.com/tigrawap/slit"
distfiles="https://github.com/tigrawap/slit/archive/${version}.tar.gz"
2017-05-14 07:46:18 +00:00
checksum=8bc3bf6da6dd94a0b873eef91c94f6d74d7f9acf0925450823ff0443b62aa2ea
2017-04-21 21:35:41 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}