void-packages/srcpkgs/slit/template
2017-08-25 08:52:01 +00:00

19 lines
489 B
Bash

# Template file for 'slit'
pkgname=slit
version=1.1.6
revision=2
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"
checksum=ed1a663453b71149f7b0e301f0bf6bc381c3e2ee562a89d4c985b6a19a05a2b5
post_install() {
vlicense LICENSE
vdoc README.md
}