diff --git a/srcpkgs/slit/template b/srcpkgs/slit/template new file mode 100644 index 00000000000..b993363425d --- /dev/null +++ b/srcpkgs/slit/template @@ -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 " +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 +}