15 lines
437 B
Bash
15 lines
437 B
Bash
# Template file for 'jless'
|
|
pkgname=jless
|
|
version=0.7.1
|
|
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=8b36d117ac0ef52fa0261e06b88b5ae77c2ff4beeb54f2c906a57f066dc46179
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|