Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: sqlite-pcre-0.1
Date: Mon, 03 Feb 2020 23:22:51 +0100	[thread overview]
Message-ID: <20200203222251.6keflCQp4qTMexGCBEZqo2v7PDqCWCBfCi2H7ATJMiQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18782@inbox.vuxu.org>

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

  reply	other threads:[~2020-02-03 22:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 22:13 [PR PATCH] " voidlinux-github
2020-02-03 22:22 ` voidlinux-github [this message]
2020-02-06 19:47 ` [PR PATCH] [Merged]: " voidlinux-github

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=20200203222251.6keflCQp4qTMexGCBEZqo2v7PDqCWCBfCi2H7ATJMiQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).