Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: json-table-2.0.0
@ 2022-07-25  7:22 akhiljalagam
  2022-07-25  8:51 ` [PR REVIEW] " meator
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: akhiljalagam @ 2022-07-25  7:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

There is a new pull request by akhiljalagam against master on the void-packages repository

https://github.com/akhiljalagam/void-packages json-table
https://github.com/void-linux/void-packages/pull/38264

New package: json-table-2.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38264.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-json-table-38264.patch --]
[-- Type: text/x-diff, Size: 1067 bytes --]

From 22a620fbd45908530da4abb6302f40e9a4a6f13c Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
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 <akhil.j@outlook.in>"
+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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-08  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  7:22 [PR PATCH] New package: json-table-2.0.0 akhiljalagam
2022-07-25  8:51 ` [PR REVIEW] " meator
2022-07-25 17:49 ` akhiljalagam
2022-07-25 19:12 ` meator
2022-10-24  2:14 ` github-actions
2022-11-08  2:13 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).