Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libzbc-5.9.0
@ 2020-10-09 20:16 ailiop-git
  2020-10-09 22:27 ` [PR PATCH] [Updated] " ailiop-git
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ailiop-git @ 2020-10-09 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages libzbc
https://github.com/void-linux/void-packages/pull/25478

New package: libzbc-5.9.0


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

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

From af4b3a325685caac921a92f12ddca9b1f4b3186f Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 9 Oct 2020 22:05:35 +0200
Subject: [PATCH] New package: libzbc-5.9.0

---
 srcpkgs/libzbc-devel    |  1 +
 srcpkgs/libzbc-progs    |  1 +
 srcpkgs/libzbc/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libzbc-devel
 create mode 120000 srcpkgs/libzbc-progs
 create mode 100644 srcpkgs/libzbc/template

diff --git a/srcpkgs/libzbc-devel b/srcpkgs/libzbc-devel
new file mode 120000
index 00000000000..09b8710bc7b
--- /dev/null
+++ b/srcpkgs/libzbc-devel
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc-progs b/srcpkgs/libzbc-progs
new file mode 120000
index 00000000000..09b8710bc7b
--- /dev/null
+++ b/srcpkgs/libzbc-progs
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc/template b/srcpkgs/libzbc/template
new file mode 100644
index 00000000000..2204bbea098
--- /dev/null
+++ b/srcpkgs/libzbc/template
@@ -0,0 +1,37 @@
+# Template file for 'libzbc'
+pkgname=libzbc
+version=5.9.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake autoconf autoconf-archive libtool pkg-config"
+short_desc="ZBC device manipulation library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-3.0-or-later, BSD-2-Clause"
+homepage="https://github.com/hgst/libzbc"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=35424bcd8661314e654d18ad4b176ff1dbb473ae445d6c08d606c454dd64b500
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING.BSD
+}
+
+libzbc-devel_package() {
+	depends="libzbc-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.a"
+		vmove "usr/include"
+		vmove "usr/lib/pkgconfig"
+	}
+}
+
+libzbc-progs_package() {
+	short_desc+=" - utilities"
+	pkg_install() {
+	    vmove "usr/bin/*"
+	}
+}

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 20:16 [PR PATCH] New package: libzbc-5.9.0 ailiop-git
2020-10-09 22:27 ` [PR PATCH] [Updated] " ailiop-git
2021-11-06 23:45 ` [PR REVIEW] " abenson
2021-11-07 11:15 ` [PR PATCH] [Updated] " ailiop-git
2022-04-20  2:15 ` github-actions
2022-05-04  2:15 ` [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).