19 lines
585 B
Bash
19 lines
585 B
Bash
# Template file for 'jaq'
|
|
pkgname=jaq
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=cargo
|
|
configure_args="--no-default-features"
|
|
make_install_args="--path jaq"
|
|
short_desc="Clone of jq, focussed on correctness, speed, and simplicity"
|
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
|
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=b8276f6618bd69b2d8feb8d76b927a6debe1bc950742d344643cc4e4d0849009
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|