Github messages for voidlinux
 help / color / mirror / Atom feed
From: ailiop-git <ailiop-git@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: libzbc-5.9.0
Date: Fri, 09 Oct 2020 22:16:53 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25478@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-10-09 20:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 20:16 ailiop-git [this message]
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

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-25478@inbox.vuxu.org \
    --to=ailiop-git@users.noreply.github.com \
    --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).