# Template file for 'moar' pkgname=moar version=1.23.9 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 " license="BSD-2-Clause" homepage="https://github.com/walles/moar" changelog="https://github.com/walles/moar/releases" distfiles="https://github.com/walles/moar/archive/refs/tags/v${version}.tar.gz" checksum=0e88ff31268ba143e3c59e64751b16c720377c18afa257e2555a8c40ff66f69d conflicts="MoarVM" do_check() { go test ./... } post_install() { vman moar.1 vlicense LICENSE }