mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: json2tsv-1.2
This commit is contained in:
parent
9ecf9d965f
commit
31c74e913f
1 changed files with 18 additions and 0 deletions
18
srcpkgs/json2tsv/template
Normal file
18
srcpkgs/json2tsv/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue