16 lines
437 B
Bash
16 lines
437 B
Bash
# Template file for 'jless'
|
|
pkgname=jless
|
|
version=0.7.2
|
|
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=5d776cb6488743ccdaeeffb4bfc54d84862028170cee852a8bb5c156526ed263
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|