vp-build/srcpkgs/slit/template

19 lines
508 B
Bash

# Template file for 'slit'
pkgname=slit
version=1.3.0
revision=1
build_style=go
go_import_path=github.com/tigrawap/slit
go_package="${go_import_path}/cmd/slit"
short_desc="Modern PAGER for viewing logs"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="MIT"
homepage="https://github.com/tigrawap/slit"
distfiles="https://github.com/tigrawap/slit/archive/${version}.tar.gz"
checksum=052b8d91d7158336adb4d04e5cf127be41d1c408aa896bfa6cc7fa1a0a16d014
post_install() {
vlicense LICENSE
vdoc README.md
}