void-packages/srcpkgs/jless/template

16 lines
437 B
Bash
Raw Normal View History

2022-02-09 20:12:38 +00:00
# Template file for 'jless'
pkgname=jless
version=0.7.1
revision=1
build_style=cargo
short_desc="Pager for JSON data"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/PaulJuliusMartinez/jless"
distfiles="https://github.com/PaulJuliusMartinez/jless/archive/refs/tags/v${version}.tar.gz"
checksum=8b36d117ac0ef52fa0261e06b88b5ae77c2ff4beeb54f2c906a57f066dc46179
post_install() {
vlicense LICENSE
}