From 3699ce8243355f7e98bb67f2e6f5e2cc2afc608e Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 18 Jan 2024 21:21:35 +0100 Subject: [PATCH] New package: jaq-1.4.0 --- srcpkgs/jaq/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/jaq/template diff --git a/srcpkgs/jaq/template b/srcpkgs/jaq/template new file mode 100644 index 00000000000000..5ca53e1da53c36 --- /dev/null +++ b/srcpkgs/jaq/template @@ -0,0 +1,21 @@ +# Template file for 'jaq' +pkgname=jaq +version=1.4.0 +revision=1 +build_style=cargo +make_install_args="--path jaq" +short_desc="JQ clone focussed on correctness, speed, and simplicity" +maintainer="Marcin Puc " +license="MIT" +homepage="https://github.com/01mf02/jaq" +changelog="https://github.com/01mf02/jaq/releases" +distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz" +checksum=20d53c2c992db9bbe3e4e8636015cdd1429b936fd897cd4b3ff02c3abdd3a9ed + +post_patch() { + cargo update --package mimalloc@0.1.39 --precise 0.1.42 +} + +post_install() { + vlicense LICENSE-MIT +}