void-packages/srcpkgs/slit/template

19 lines
489 B
Bash

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