Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: csvcut-1.0
@ 2024-03-28  3:26 gega
  2024-03-29  3:51 ` [PR PATCH] [Updated] " gega
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gega @ 2024-03-28  3:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gega/void-packages csvcut
https://github.com/void-linux/void-packages/pull/49574

New package: csvcut-1.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 94d4eedf6c7af5c531d0ce343797e8ccb55779b1 Mon Sep 17 00:00:00 2001
From: Gergely Gati <gati.gergely@gmail.com>
Date: Wed, 27 Mar 2024 20:10:34 -0700
Subject: [PATCH] New package: csvcut-1.0

---
 srcpkgs/csvcut/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/csvcut/template

diff --git a/srcpkgs/csvcut/template b/srcpkgs/csvcut/template
new file mode 100644
index 00000000000000..18bc9d487b60ee
--- /dev/null
+++ b/srcpkgs/csvcut/template
@@ -0,0 +1,30 @@
+# Template file for 'csvcut'
+pkgname=csvcut
+version=1.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="automake valgrind libxml2 jq"
+#makedepends=""
+#depends=""
+short_desc="Process CSV files like 'cut' utility"
+maintainer="Gergely Gati <gati.gergely@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gega/csvcut"
+#changelog=""
+distfiles="https://github.com/gega/csvcut/releases/download/v${version}/csvcut-${version}.tar.gz"
+checksum=fc4a0059f9e640afd4389615182506f4aa3bd0075c598352b75e83f63962d9f9
+
+do_install() {
+	make MANDIR=${DESTDIR}/usr/share/man DESTDIR=${DESTDIR}/usr/bin install
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-04-09  5:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28  3:26 [PR PATCH] New package: csvcut-1.0 gega
2024-03-29  3:51 ` [PR PATCH] [Updated] " gega
2024-03-29  3:54 ` gega
2024-03-29 16:18 ` gega
2024-03-29 18:34 ` meator
2024-03-29 19:14 ` [PR PATCH] [Updated] " gega
2024-04-09  5:13 ` [PR PATCH] [Closed]: " gega

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).