Received: from mail-qk1-f193.google.com (mail-qk1-f193.google.com [209.85.222.193]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4CB9D781D6C for <~alpine/aports@lists.alpinelinux.org>; Wed, 14 Oct 2020 17:22:54 +0000 (UTC) Received: by mail-qk1-f193.google.com with SMTP id 140so151302qko.2 for <~alpine/aports@lists.alpinelinux.org>; Wed, 14 Oct 2020 10:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=adiJbc400O+I5pY1ipc6NngJdyrr85my63pC6fSPmpc=; b=Lbftp4wKOLLQv8l7o7TiGMZxX5kXBe44KVqYINbGoud+lS5tA0S4Fi1MpRC7qY7hYT IWwjPnJc0y70bWvdEAneKiNmaG6CcEhZTzc3n9NtIPee0eecK4OXIDxcqfxCfv5qJnga pkLzsoBK40aPCmp+1ToQxVRWhIumUs8Y7lnzhaLPmaCvxyrxZTMPad6CHHvdX2UNz5t7 Xzebor+OvERRC9Bvvwykr6AQLrhqbkqM8KEPUy/Ssy9jFSIb4HV8Lr1Gznfesnc9BffS CSRaYXFUJBM2hbDUxrt+uj3BYa/kdoaeE2ItZAc7WboP39HjwQWJ4co1oozcJa4dBRk2 W6Rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=adiJbc400O+I5pY1ipc6NngJdyrr85my63pC6fSPmpc=; b=IFY8U51QTN3qFdrYXCXyCDQDo3iF5E+Saed8u2vmRXrPhpxCWcSG3hAmpelUmfS+iW bxi/ptZZMmUXComQj/OhR62duRI7uFeWW0gr+omnbfAlMztZUV4NlEMYcX7JUFnB3fQM +hBtiUvWP/zLsRPiQqqbWdbm6/mHNU14OueIyWffTMRFnbG/YpZH3vAXvZCH3Xp+71LK OfYLrzokyj8JwhnLuVKmtBABftPFyvSR78R8f5gYGz1Qijex+uJ4rsz+LCvtUUQ6zyUg VFx/3HBEKZrtYpJ0m/AFzJy1pYEqI+uUl+36Qu0kumOVr1YN4UtQrNtBrltJoL+iPmzW Dq6A== X-Gm-Message-State: AOAM533SYro1/siPojr1O5GHJ//McHN70T+E9YyqKDxehktNP9GXb6Zm l9ZB6i5RRzpdESwMJZT9zqVRg4Dzwq4= X-Google-Smtp-Source: ABdhPJwNXSk0EnDs5fL/UNqPghGtO8tg1n3gOnoBAqMHZuGMp6zDj3trIk+Nx3o3UXXt6n/kERZE2g== X-Received: by 2002:ae9:de82:: with SMTP id s124mr35270qkf.379.1602696170949; Wed, 14 Oct 2020 10:22:50 -0700 (PDT) Received: from enterprise ([2804:431:cfcd:86fb:3873:dfe4:2e83:2c93]) by smtp.gmail.com with ESMTPSA id o5sm61255qtt.3.2020.10.14.10.22.49 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 10:22:50 -0700 (PDT) Date: Wed, 14 Oct 2020 14:22:44 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH v2] testing/tre: new aport Message-ID: <20201014142244.1b04260f@enterprise> In-Reply-To: <20201014133001.11101-1-alhassanaraouf@disroot.org> References: <20201014133001.11101-1-alhassanaraouf@disroot.org> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 14 Oct 2020 15:30:01 +0200 Al-Hassan Abdel-Raouf wrote: > https://laurikari.net/tre > POSIX compliant regexp matching library. > Includes agrep for approximate grepping. > --- > testing/tre/APKBUILD | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 testing/tre/APKBUILD > > diff --git a/testing/tre/APKBUILD b/testing/tre/APKBUILD > new file mode 100644 > index 0000000000..eddfb91bd3 > --- /dev/null > +++ b/testing/tre/APKBUILD > @@ -0,0 +1,22 @@ > +# Contributor: > +# Maintainer: Why no 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" Need to use an SPDX identifier > +subpackages="$pkgname-doc $pkgname-dev" > +source="https://laurikari.net/tre/tre-$pkgver.tar.bz2" > + > +build() { > + ./configure --prefix=/usr --enable-static Please also pass --build=$CBUILD and --host=$CHOST > + make > +} > + > +package() { > + make DESTDIR="$pkgdir" install > +} > + > +sha512sums="db7465993e0d25eee8e52f974427b8a040234cf0f017769eb94ee88bc6261821336aad7f762bfa82db7e2212d8449bc221592586f061c528a59a550773cbc263 > tre-0.8.0.tar.bz2"