262fd4a3a1
resolves void-linux/void-packages#519
19 lines
527 B
Bash
19 lines
527 B
Bash
# Template file for 'slit'
|
|
pkgname=slit
|
|
version=1.2.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/tigrawap/slit
|
|
go_package="${go_import_path}/cmd/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=95b8e70f7978f1800070f59c46e6f19ac648dc2067fd30b6da568916ca7e7861
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|