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