New package: jf-0.6.2
This commit is contained in:
parent
701da1a13b
commit
bfb536e8a0
|
@ -0,0 +1,15 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue