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