Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sqlite-pcre-0.1
@ 2020-02-03 22:13 voidlinux-github
  2020-02-03 22:22 ` [PR PATCH] [Updated] " voidlinux-github
  2020-02-06 19:47 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-03 22:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org sqlite-pcre
https://github.com/void-linux/void-packages/pull/18782

New package: sqlite-pcre-0.1


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

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

From b5e0f6ad97dc68e3ad8ee576c65dc6e39b0d688e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 3 Feb 2020 23:12:20 +0100
Subject: [PATCH] New package: sqlite-pcre-0.1

---
 srcpkgs/sqlite-pcre/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/sqlite-pcre/template

diff --git a/srcpkgs/sqlite-pcre/template b/srcpkgs/sqlite-pcre/template
new file mode 100644
index 00000000000..95bc7d280e7
--- /dev/null
+++ b/srcpkgs/sqlite-pcre/template
@@ -0,0 +1,21 @@
+# Template file for 'sqlite-pcre'
+pkgname=sqlite-pcre
+version=0.1
+revision=1
+wrksrc="sqlite3-pcre-${version}-alt1"
+hostmakedepends="pkg-config"
+makedepends="pcre-devel sqlite-devel"
+short_desc="Perl-compatible regular expression support for the SQLite"
+maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+license="Public Domain"
+homepage="http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git;a=summary"
+distfiles="http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git;a=snapshot;h=refs/tags/${version}-alt1;sf=tgz>${version}.tar.gz"
+checksum=24c86cef767cda23470616a7ea14b9848651b5ba3055076885d676f5fa60c360
+
+do_build() {
+	$CC -shared -fPIC $(pkg-config --cflags --libs sqlite3 libpcre) ${CFLAGS} ${LDFLAGS} pcre.c -o pcre.so
+}
+
+do_install() {
+	vinstall pcre.so 644 usr/lib/sqlite3
+}

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

* Re: [PR PATCH] [Updated] New package: sqlite-pcre-0.1
  2020-02-03 22:13 [PR PATCH] New package: sqlite-pcre-0.1 voidlinux-github
@ 2020-02-03 22:22 ` voidlinux-github
  2020-02-06 19:47 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-03 22:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org sqlite-pcre
https://github.com/void-linux/void-packages/pull/18782

New package: sqlite-pcre-0.1


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

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

From d53036f6581935377f90c1cf6c9b65cee0e80f87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 3 Feb 2020 23:22:27 +0100
Subject: [PATCH] New package: sqlite-pcre-0.1

---
 srcpkgs/sqlite-pcre/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/sqlite-pcre/template

diff --git a/srcpkgs/sqlite-pcre/template b/srcpkgs/sqlite-pcre/template
new file mode 100644
index 00000000000..16bda9f9e0f
--- /dev/null
+++ b/srcpkgs/sqlite-pcre/template
@@ -0,0 +1,21 @@
+# Template file for 'sqlite-pcre'
+pkgname=sqlite-pcre
+version=0.1
+revision=1
+wrksrc="sqlite3-pcre-${version}-alt1"
+hostmakedepends="pkg-config"
+makedepends="pcre-devel sqlite-devel"
+short_desc="Perl-compatible regular expression support for the SQLite"
+maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+license="Public Domain"
+homepage="http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git;a=summary"
+distfiles="http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git;a=snapshot;h=refs/tags/${version}-alt1;sf=tgz>${version}.tar.gz"
+checksum=@ada00e1707324112a713a18bc6447519c43861ed061f5b7afd234a65ae91cbe3
+
+do_build() {
+	$CC -shared -fPIC $(pkg-config --cflags --libs sqlite3 libpcre) ${CFLAGS} ${LDFLAGS} pcre.c -o pcre.so
+}
+
+do_install() {
+	vinstall pcre.so 644 usr/lib/sqlite3
+}

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

* Re: [PR PATCH] [Merged]: New package: sqlite-pcre-0.1
  2020-02-03 22:13 [PR PATCH] New package: sqlite-pcre-0.1 voidlinux-github
  2020-02-03 22:22 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-06 19:47 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-06 19:47 UTC (permalink / raw)
  To: ml

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

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

New package: sqlite-pcre-0.1
https://github.com/void-linux/void-packages/pull/18782

Description:


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

end of thread, other threads:[~2020-02-06 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 22:13 [PR PATCH] New package: sqlite-pcre-0.1 voidlinux-github
2020-02-03 22:22 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-06 19:47 ` [PR PATCH] [Merged]: " 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).