void-packages/srcpkgs/jless/template

18 lines
492 B
Bash
Raw Permalink Normal View History

2022-02-09 20:12:38 +00:00
# Template file for 'jless'
pkgname=jless
2022-03-10 12:44:18 +00:00
version=0.8.0
2022-02-09 20:12:38 +00:00
revision=1
build_style=cargo
2022-03-10 12:44:18 +00:00
hostmakedepends="python3"
makedepends="xcb-util-devel"
2022-02-09 20:12:38 +00:00
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-03-10 12:44:18 +00:00
checksum=3f1168c9b2432f7f4fa9dd3c31b55e371ef9d6f822dc98a8cdce5318a112bf2d
2022-02-09 20:12:38 +00:00
post_install() {
vlicense LICENSE
}