void-packages/srcpkgs/jless/template

16 lines
437 B
Bash
Raw Normal View History

2022-02-09 21:12:38 +01:00
# Template file for 'jless'
pkgname=jless
2022-02-25 13:32:59 +01:00
version=0.7.2
2022-02-09 21:12:38 +01:00
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"
2022-02-25 13:32:59 +01:00
checksum=5d776cb6488743ccdaeeffb4bfc54d84862028170cee852a8bb5c156526ed263
2022-02-09 21:12:38 +01:00
post_install() {
vlicense LICENSE
}