Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: termrec-0.18
@ 2019-10-02  0:32 voidlinux-github
  2019-10-02 16:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-02  0:32 UTC (permalink / raw)
  To: ml

[-- 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"
+	}
+}

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

end of thread, other threads:[~2019-11-06 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
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

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