18 lines
489 B
Bash
18 lines
489 B
Bash
# Template file for 'slit'
|
|
pkgname=slit
|
|
version=1.0.9
|
|
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=670fdcad8e61e3f3f0c32ca0a8d7f3e34c4e2f4702a2b568efa853e0bccc863c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|