Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: termrec-0.18
Date: Wed, 02 Oct 2019 02:32:04 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14932@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From 3dd2106c16161be7e5109eb8d256cd78873cc48a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 31 +++++++++++++++++++++++++++++++
 4 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index e559ff69e92..63a25f3d70e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3514,3 +3514,4 @@ libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..131626fefd8
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,31 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+depends="libtermrec"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	depends="libtermrec"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

             reply	other threads:[~2019-10-02  0:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-02  0:32 voidlinux-github [this message]
2019-10-02 16:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-02 16:13 ` voidlinux-github
2019-10-30 17:24 ` voidlinux-github
2019-10-30 17:24 ` voidlinux-github
2019-11-06 15:03 ` voidlinux-github
2019-11-06 15:06 ` voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14932@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).