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: libinih-51
Date: Wed, 26 Aug 2020 12:46:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24485@inbox.vuxu.org> (raw)

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

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

https://github.com/ailiop-git/void-packages libinih
https://github.com/void-linux/void-packages/pull/24485

New package: libinih-51


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

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

From f76bd85ed14fe93ee8415e3d5e4bc9ce1dab5ea3 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 26 Aug 2020 12:44:35 +0200
Subject: [PATCH] New package: libinih-51

---
 srcpkgs/libinih-devel    |  1 +
 srcpkgs/libinih/template | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/libinih-devel
 create mode 100644 srcpkgs/libinih/template

diff --git a/srcpkgs/libinih-devel b/srcpkgs/libinih-devel
new file mode 120000
index 00000000000..02d7f6d56ae
--- /dev/null
+++ b/srcpkgs/libinih-devel
@@ -0,0 +1 @@
+libinih
\ No newline at end of file
diff --git a/srcpkgs/libinih/template b/srcpkgs/libinih/template
new file mode 100644
index 00000000000..402b073ced9
--- /dev/null
+++ b/srcpkgs/libinih/template
@@ -0,0 +1,26 @@
+# Template file for 'libinih'
+pkgname=libinih
+version=51
+revision=1
+wrksrc=inih-r${version}
+build_style=meson
+configure_args="-Ddistro_install=true -Ddefault_library=shared"
+short_desc="Simple ini file parser library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/benhoyt/inih"
+distfiles="${homepage}/archive/r${version}.tar.gz"
+checksum=132361da6d3172760a40319722b50244aee1b7ce7077a0dd8805881e6a8ea4aa
+
+post_install() {
+	vlicense LICENSE.txt
+}
+
+libinih-devel_package() {
+	short_desc+=" - development files"
+	depends="libinih-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+	}
+}

             reply	other threads:[~2020-08-26 10:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-26 10:46 ailiop-git [this message]
2020-08-26 18:15 ` Chocimier
2020-08-26 18:34 ` [PR PATCH] [Updated] " ailiop-git
2020-08-27  9:09 ` ailiop-git
2020-08-27 16:19 ` [PR PATCH] [Merged]: " Chocimier

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