16 lines
447 B
Bash
16 lines
447 B
Bash
# Template file for 'jf'
|
|
pkgname=jf
|
|
version=0.6.2
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Safely format and print JSON objects in the commandline"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/sayanarijit/jf"
|
|
distfiles="https://github.com/sayanarijit/jf/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=909d3bc0b4e6c580b2ca811da821fa0b5ee025f85d7ba08d0f9fcea634187a8e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|