18 lines
492 B
Bash
18 lines
492 B
Bash
# Template file for 'jless'
|
|
pkgname=jless
|
|
version=0.9.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=43527a78ba2e5e43a7ebd8d0da8b5af17a72455c5f88b4d1134f34908a594239
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|