mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: moar-1.13.0
This commit is contained in:
parent
30a0ab93e0
commit
01ab927d70
1 changed files with 20 additions and 0 deletions
20
srcpkgs/moar/template
Normal file
20
srcpkgs/moar/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue