18 lines
492 B
Bash
18 lines
492 B
Bash
# Template file for 'jless'
|
|
pkgname=jless
|
|
version=0.8.0
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="python3"
|
|
makedepends="xcb-util-devel"
|
|
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=3f1168c9b2432f7f4fa9dd3c31b55e371ef9d6f822dc98a8cdce5318a112bf2d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|