void-packages/srcpkgs/slit/template
2017-05-01 20:43:18 +00:00

18 lines
489 B
Bash

# Template file for 'slit'
pkgname=slit
version=1.1.3
revision=1
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=771a1d0858cb75dd62e47eba64b8b82a3a58996416098356b3f8470d9d2afe23
post_install() {
vlicense LICENSE
vdoc README.md
}