From bfb536e8a084e3cdad316837af399509e3c059c7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 26 Jun 2024 15:19:36 +0200 Subject: [PATCH] New package: jf-0.6.2 --- srcpkgs/jf/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/jf/template 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 +}