New package: moar-1.13.0

This commit is contained in:
Diego Magdaleno 2023-04-06 09:40:03 -06:00 committed by Duncan Overbruck
parent 30a0ab93e0
commit 01ab927d70

20
srcpkgs/moar/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'moar'
pkgname=moar
version=1.13.0
revision=1
build_style=go
go_import_path=github.com/walles/moar
go_ldflags="-X main.versionString=${version}"
short_desc="Drop-in replacement for the less pager"
maintainer="Diego Magdaleno <diegomagdaleno@pm.me>"
license="BSD-2-Clause"
homepage="https://github.com/walles/moar"
changelog="https://github.com/waller/moar/releases"
distfiles="https://github.com/walles/moar/archive/refs/tags/v${version}.tar.gz"
checksum=65eac0d4f8a40f0198a93f0888a60a28e8466b2ee9d0437f143db5c25d5e9319
conflicts="MoarVM"
post_install() {
vman moar.1
vlicense LICENSE
}