Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: n2n-3.0
@ 2023-06-22 11:38 strec007
  2023-06-22 11:41 ` [PR REVIEW] " tranzystorek-io
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: strec007 @ 2023-06-22 11:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_n2n
https://github.com/void-linux/void-packages/pull/44562

New package: n2n-3.0
#### 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, (amd64)



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

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

From 3a08a5ebd960b5be2d58ff551a44611320665f82 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 22 Jun 2023 11:17:57 +0000
Subject: [PATCH] New package: n2n-3.0

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

diff --git a/srcpkgs/n2n/template b/srcpkgs/n2n/template
new file mode 100644
index 000000000000..815c392ac387
--- /dev/null
+++ b/srcpkgs/n2n/template
@@ -0,0 +1,20 @@
+# Template file for 'n2n'
+
+pkgname=n2n
+version=3.0
+revision=1
+build_style=gnu-configure
+configure_args="SBINDIR=/usr/bin"
+hostmakedepends="autoconf automake pkg-config"
+short_desc="Light VPN software"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ntop/n2n"
+changelog="https://raw.githubusercontent.com/ntop/n2n/${version}-stable/CHANGELOG.md"
+distfiles="https://github.com/ntop/n2n/archive/refs/tags/${version}.tar.gz"
+checksum=25fcabba7bfcf25f4c9cd7fecc7ce11de48beb0b0f3506053d8485604ea8f50d
+
+pre_configure() {
+	sed -ri 's|/sbin|/bin|g' Makefile.in
+	./autogen.sh
+}

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

end of thread, other threads:[~2023-06-23 23:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
2023-06-22 11:41 ` [PR REVIEW] " tranzystorek-io
2023-06-22 11:42 ` [PR PATCH] [Updated] " strec007
2023-06-22 11:43 ` strec007
2023-06-22 12:22 ` [PR REVIEW] " abenson
2023-06-22 12:23 ` abenson
2023-06-22 12:48 ` strec007
2023-06-22 12:51 ` abenson
2023-06-22 15:13 ` strec007
2023-06-23 14:17 ` [PR PATCH] [Updated] " strec007
2023-06-23 23:47 ` [PR PATCH] [Closed]: " Vaelatern

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