From 22a620fbd45908530da4abb6302f40e9a4a6f13c Mon Sep 17 00:00:00 2001 From: akhil Date: Mon, 25 Jul 2022 12:51:38 +0530 Subject: [PATCH] New package: json-table-2.0.0 --- srcpkgs/json-table/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/json-table/template diff --git a/srcpkgs/json-table/template b/srcpkgs/json-table/template new file mode 100644 index 000000000000..b520c6390c83 --- /dev/null +++ b/srcpkgs/json-table/template @@ -0,0 +1,17 @@ +# Template file for 'json-table' +pkgname=json-table +version=2.0.0 +revision=1 +build_style=gnu-makefile +short_desc="Transform nested JSON data into tabular data in the shell" +maintainer="akhil " +license="EPL-1.0" +homepage="https://github.com/micha/json-table" +changelog="https://github.com/micha/json-table/releases" +distfiles="https://github.com/micha/json-table/archive/refs/tags/${version}.tar.gz" +checksum=6e74d0b5b82d2f04c069302d0c477aa7993012602da5dffb600e472049388775 + +do_install() { + vbin jt + vman jt.1 +}