void-packages/srcpkgs/slit/template
travankor 4a65b6be0c
slit: update to 1.2.0.
Closes #15129.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 12:33:18 +02:00

18 lines
489 B
Bash

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