2025-02-06 21:12:24 -05:00

21 lines
610 B
Bash

# Template file for 'moar'
pkgname=moar
version=1.31.2
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/walles/moar/releases"
distfiles="https://github.com/walles/moar/archive/refs/tags/v${version}.tar.gz"
checksum=f88f244c18ee1a8ba1428bc195f9140d53a551124cc8b54c0c7942ba6433e2d7
conflicts="MoarVM"
post_install() {
vman moar.1
vlicense LICENSE
}