~alpine/aports

testing/tre: new aport v1 SUPERSEDED

Al-Hassan Abdel-Raouf: 1
 testing/tre: new aport

 1 files changed, 25 insertions(+), 0 deletions(-)
Milan P. Stanić <mps@arvanta.net>
Hi,

On Wed, 2020-10-14 at 15:18, Al-Hassan Abdel-Raouf wrote:
Next
Milan P. Stanić <mps@arvanta.net>
Hi Al-Hassan,

On Wed, 2020-10-14 at 17:09, Milan P. Stanić wrote:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3365/mbox | git am -3
Learn more about email & git

[PATCH] testing/tre: new aport Export this patch

https://laurikari.net/tre
POSIX compliant regexp matching library.
Includes agrep for approximate grepping.
---
 testing/tre/APKBUILD | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 testing/tre/APKBUILD

diff --git a/testing/tre/APKBUILD b/testing/tre/APKBUILD
new file mode 100644
index 0000000000..4eb0e68fe4
--- /dev/null
+++ b/testing/tre/APKBUILD
@@ -0,0 +1,25 @@
# Contributor:
# Maintainer:
pkgname=tre
pkgver=0.8.0
pkgrel=0
pkgdesc="POSIX compliant regexp matching library. Includes agrep for approximate grepping."
url="https://laurikari.net/tre"
arch="all"
license="BSD"
depends="musl"
subpackages="$pkgname-doc $pkgname-dev"
source="https://laurikari.net/tre/tre-$pkgver.tar.bz2"

build() {
	cd "$srcdir/$pkgname-$pkgver"
 	./configure --prefix=/usr --enable-static
	make
}

package() {
	make DESTDIR="$pkgdir" install

}

sha512sums="db7465993e0d25eee8e52f974427b8a040234cf0f017769eb94ee88bc6261821336aad7f762bfa82db7e2212d8449bc221592586f061c528a59a550773cbc263  tre-0.8.0.tar.bz2"
-- 
2.28.0
Milan P. Stanić <mps@arvanta.net>
Hi,

I tried to build it as it is posted but it fail.
Maybe consider using version from https://github.com/laurikari/tre/

On Wed, 2020-10-14 at 10:04, Al-Hassan Abdel-Raouf wrote:
i will fix error shortly,

but for other comments,
i would love to mantain that package whenever i am available, but for next couple of monthes i will not be available that much and the package maybe weeks behind if update comes in

the version on website is well tested and have less dependencies
and it's actually easier to build,
is it says any error msg? or any clue why it fail to build