Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New Package: Direwolf
@ 2020-12-28 22:41 DavidKaep
  2020-12-28 22:59 ` [PR REVIEW] " ericonr
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: DavidKaep @ 2020-12-28 22:41 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1297 bytes --]

From 0537e6aef92a0f9e8406eec8571220a60738a95d 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..30fb1a3da07
--- /dev/null
+++ b/srcpkgs/direwolf/template
@@ -0,0 +1,23 @@
+# Template file for 'direwolf'
+pkgname=direwolf
+version=1.6
+revision=1
+build_style=cmake
+configure_args="-Wno-dev"
+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'
+}

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

end of thread, other threads:[~2022-05-16  2:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 22:41 [PR PATCH] [WIP] New Package: Direwolf DavidKaep
2020-12-28 22:59 ` [PR REVIEW] " ericonr
2020-12-28 23:01 ` ericonr
2020-12-28 23:04 ` [PR PATCH] [Updated] " DavidKaep
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

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