void-packages/srcpkgs/slit/template

19 lines
489 B
Bash
Raw Normal View History

2017-04-21 23:35:41 +02:00
# Template file for 'slit'
pkgname=slit
2017-07-21 13:49:26 +02:00
version=1.1.6
2017-08-08 08:22:58 +02:00
revision=2
2017-04-21 23:35:41 +02: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-07-21 13:49:26 +02:00
checksum=ed1a663453b71149f7b0e301f0bf6bc381c3e2ee562a89d4c985b6a19a05a2b5
2017-04-21 23:35:41 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}