diff --git a/srcpkgs/jf/template b/srcpkgs/jf/template new file mode 100644 index 00000000000..8dfc7119c87 --- /dev/null +++ b/srcpkgs/jf/template @@ -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 " +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 +}