New package: slit-1.0.9

This commit is contained in:
Michael Gehring 2017-04-21 21:35:41 +00:00
parent 31a8e06ad1
commit 6aa285f966

18
srcpkgs/slit/template Normal file
View File

@ -0,0 +1,18 @@
# 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
}