25 lines
642 B
Bash
25 lines
642 B
Bash
# Template file for 'moar'
|
|
pkgname=moar
|
|
version=1.23.15
|
|
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=d2edfc143eb3c71ea1ce51753b60da19f907013a16649ff81cd42cb7e3b3835b
|
|
conflicts="MoarVM"
|
|
|
|
do_check() {
|
|
go test ./...
|
|
}
|
|
|
|
post_install() {
|
|
vman moar.1
|
|
vlicense LICENSE
|
|
}
|