Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: qodem-1.0.1
@ 2022-10-13  2:45 drichline
  2022-10-13 13:51 ` [PR REVIEW] " abenson
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: drichline @ 2022-10-13  2:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39922

New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
I apologize for the second pull-request; this is my first time contributing to Void

#### 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**

<!-- 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, (x86_64-glibc)


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

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

From 9938b26ff39a5aa897a271e0db1f51e5e37efc48 Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Wed, 12 Oct 2022 22:41:02 -0400
Subject: [PATCH] New package: qodem-1.0.1

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

diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..9507db5377bb
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,19 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-makefile
+make_build_args="-f ./build/Makefile.generic"
+make_build_target="clean qodem"
+makedepends="ncurses-devel gpm-devel"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="Public Domain"
+homepage=https://qodem.sourceforge.net/
+distfiles=https://sourceforge.net/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz
+checksum=dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359
+
+do_install(){
+	vbin ${wrksrc}/bin/qodem
+	vman ${wrksrc}/docs/qodem.1
+}

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PR PATCH] New package: qodem-1.0.1
@ 2022-10-11 19:55 drichline
  0 siblings, 0 replies; 19+ messages in thread
From: drichline @ 2022-10-11 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39894

New package: qodem-1.0.1
<!-- 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):



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

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

From 9cc62ab673f5aeb32fc8e0e8a820a193898c49bc Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Tue, 11 Oct 2022 15:42:07 -0400
Subject: [PATCH] New package: qodem-1.0.1

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

diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..97580bfd1a02
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,13 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel gpm-devel"
+depends="libgpm"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC-PDDC"
+homepage="https://qodem.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz"
+checksum="dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359"

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

end of thread, other threads:[~2022-10-15  7:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13  2:45 [PR PATCH] New package: qodem-1.0.1 drichline
2022-10-13 13:51 ` [PR REVIEW] " abenson
2022-10-13 13:52 ` abenson
2022-10-13 16:36 ` drichline
2022-10-13 16:42 ` [PR PATCH] [Updated] " drichline
2022-10-13 16:53 ` drichline
2022-10-13 19:25 ` [PR REVIEW] " classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-14  1:22 ` abenson
2022-10-14 21:48 ` [PR PATCH] [Updated] " drichline
2022-10-14 21:55 ` [PR REVIEW] " classabbyamp
2022-10-14 22:00 ` drichline
2022-10-14 22:01 ` [PR PATCH] [Updated] " drichline
2022-10-14 22:07 ` [PR REVIEW] " classabbyamp
2022-10-15  7:09 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2022-10-11 19:55 [PR PATCH] " drichline

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