Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libinih-51
@ 2020-08-26 10:46 ailiop-git
  2020-08-26 18:15 ` Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2020-08-26 10:46 UTC (permalink / raw)
  To: ml

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

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

* Re: New package: libinih-51
  2020-08-26 10:46 [PR PATCH] New package: libinih-51 ailiop-git
@ 2020-08-26 18:15 ` Chocimier
  2020-08-26 18:34 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-08-26 18:15 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24485#issuecomment-681042409

Comment:
Name it `inih`. *.so symilnk should go to -devel.

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

* Re: [PR PATCH] [Updated] New package: libinih-51
  2020-08-26 10:46 [PR PATCH] New package: libinih-51 ailiop-git
  2020-08-26 18:15 ` Chocimier
@ 2020-08-26 18:34 ` ailiop-git
  2020-08-27  9:09 ` ailiop-git
  2020-08-27 16:19 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2020-08-26 18:34 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1478 bytes --]

From ba11e3e3e1e15359e98812996dac72d06e0e769e Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 26 Aug 2020 20:33:28 +0200
Subject: [PATCH] New package: inih-51

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

diff --git a/srcpkgs/inih-devel b/srcpkgs/inih-devel
new file mode 120000
index 00000000000..e7c667bc405
--- /dev/null
+++ b/srcpkgs/inih-devel
@@ -0,0 +1 @@
+inih
\ No newline at end of file
diff --git a/srcpkgs/inih/template b/srcpkgs/inih/template
new file mode 100644
index 00000000000..e9f73af5abb
--- /dev/null
+++ b/srcpkgs/inih/template
@@ -0,0 +1,27 @@
+# Template file for 'inih'
+pkgname=inih
+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
+}
+
+inih-devel_package() {
+	short_desc+=" - development files"
+	depends="inih-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: libinih-51
  2020-08-26 10:46 [PR PATCH] New package: libinih-51 ailiop-git
  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
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2020-08-27  9:09 UTC (permalink / raw)
  To: ml

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

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/24485#issuecomment-681825830

Comment:
> Name it `inih`. *.so symilnk should go to -devel.

fixed, and pushed, thanks for the review.

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

* Re: [PR PATCH] [Merged]: New package: libinih-51
  2020-08-26 10:46 [PR PATCH] New package: libinih-51 ailiop-git
                   ` (2 preceding siblings ...)
  2020-08-27  9:09 ` ailiop-git
@ 2020-08-27 16:19 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-08-27 16:19 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: libinih-51
https://github.com/void-linux/void-packages/pull/24485

Description:


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

end of thread, other threads:[~2020-08-27 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 10:46 [PR PATCH] New package: libinih-51 ailiop-git
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

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