New package: json2tsv-1.2

This commit is contained in:
hazen2215 2024-11-04 14:27:23 +09:00 committed by Duncan Overbruck
parent 9ecf9d965f
commit 31c74e913f

18
srcpkgs/json2tsv/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'json2tsv'
pkgname=json2tsv
version=1.2
revision=1
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man DOC=README"
short_desc="JSON to TSV converter"
maintainer="hazen2215 <haz@disroot.org>"
license="ISC"
homepage="https://www.codemadness.org/json2tsv.html"
distfiles="https://codemadness.org/releases/json2tsv/json2tsv-${version}.tar.gz"
checksum=113e5a7aeb295e7f8135f231cad900091f99aebd6c98316f761d377e9b50fd84
conflicts="jaq>=0"
post_install() {
vlicense LICENSE
}