Github messages for voidlinux
 help / color / mirror / Atom feed
From: DavidKaep <DavidKaep@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New Package: Direwolf
Date: Tue, 29 Dec 2020 00:04:00 +0100	[thread overview]
Message-ID: <20201228230400.7Kr8wQYZ1FDA03clkI20tOKdpkLVd94s1YiL-UY5P2Q@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27510@inbox.vuxu.org>

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

There is an updated pull request by DavidKaep against master on the void-packages repository

https://github.com/DavidKaep/void-packages direwolf
https://github.com/void-linux/void-packages/pull/27510

[WIP] New Package: Direwolf
This is a template for Direwolf, a ham radio ax.25 software tnc.

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

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

From 96bf42b7100b00fe25da9ff404a8beb328abdadc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20K=C3=A4ppeler?= <d.kaeppeler@gmx.de>
Date: Mon, 28 Dec 2020 23:35:12 +0100
Subject: [PATCH] New Package: Direwolf

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

diff --git a/srcpkgs/direwolf/template b/srcpkgs/direwolf/template
new file mode 100644
index 00000000000..98b79389c0e
--- /dev/null
+++ b/srcpkgs/direwolf/template
@@ -0,0 +1,23 @@
+# Template file for 'direwolf'
+pkgname=direwolf
+version=1.6
+revision=1
+build_style=cmake
+archs="~*-musl"
+hostmakedepends="gcc make hamlib"
+makedepends="alsa-lib-devel libudev-devel hamlib-devel"
+depends="hamlib"
+short_desc="Software AX.25 TNC"
+maintainer="David Käppeler <d.kaeppeler@gmx.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/wb2osz/direwolf"
+distfiles="https://github.com/wb2osz/direwolf/archive/${version}.tar.gz"
+checksum=208b0563c9b339cbeb0e1feb52dc18ae38295c40c0009d6381fc4acb68fdf660
+python_version=3
+
+pre_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i CMakeLists.txt  -e '10aset(RUN_NEON "advanced")'
+	fi
+	vsed -i conf/CMakeLists.txt -e 's/\/etc\/udev\/rules.d\//\/usr\/lib\/udev\/rules.d/g'
+}

  parent reply	other threads:[~2020-12-28 23:04 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 22:41 [PR PATCH] " DavidKaep
2020-12-28 22:59 ` [PR REVIEW] " ericonr
2020-12-28 23:01 ` ericonr
2020-12-28 23:04 ` DavidKaep [this message]
2020-12-28 23:10 ` [PR REVIEW] " ericonr
2020-12-28 23:47 ` DavidKaep
2020-12-29  9:46 ` [PR PATCH] [Updated] " DavidKaep
2020-12-29  9:52 ` DavidKaep
2021-01-06 12:02 ` [PR REVIEW] " sgn
2021-01-06 14:51 ` ericonr
2021-04-18  4:47 ` ericonr
2021-04-18  4:47 ` ericonr
2021-04-18  4:47 ` ericonr
2021-04-18  4:47 ` ericonr
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201228230400.7Kr8wQYZ1FDA03clkI20tOKdpkLVd94s1YiL-UY5P2Q@z \
    --to=davidkaep@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).