New package: jf-0.6.2

This commit is contained in:
Leah Neukirchen 2024-06-26 15:19:36 +02:00
parent 701da1a13b
commit bfb536e8a0
1 changed files with 15 additions and 0 deletions

15
srcpkgs/jf/template Normal file
View File

@ -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
}