~alpine/aports

testing/sentrypeer: new aport v1 PROPOSED

Gavin Henry: 1
 testing/sentrypeer: new aport

 1 files changed, 14 insertions(+), 3 deletions(-)
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/4046/mbox | git am -3
Learn more about email & git

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

https://sentrypeer.org/
Honeypot for a distributed p2p list of bad actor IP addresses and phone numbers
testing/
---
 testing/sentrypeer/APKBUILD | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/testing/sentrypeer/APKBUILD b/testing/sentrypeer/APKBUILD
index fe66f9ce8d..16bdb29a64 100644
--- a/testing/sentrypeer/APKBUILD
+++ b/testing/sentrypeer/APKBUILD
@@ -5,9 +5,19 @@ pkgver=1.4.0
pkgrel=0
pkgdesc="Honeypot for a distributed p2p list of bad actor IP addresses and phone numbers"
url="https://sentrypeer.org/"
arch="all"
license="GPL-2.0-only GPL-3.0-only"
makedepends="autoconf autoconf-archive automake pkgconfig sqlite-dev opendht-dev jansson-dev libmicrohttpd-dev libosip2-dev pcre2-dev util-linux-dev"
arch="!x86 !armhf !armv7"
license="GPL-2.0-only OR GPL-3.0-only"
makedepends="
        autoconf
        autoconf-archive
        automake
        jansson-dev
        libmicrohttpd-dev
        libosip2-dev
        opendht-dev
        pcre2-dev
        sqlite-dev
        util-linux-dev"
checkdepends="cmocka-dev curl-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/SentryPeer/SentryPeer/archive/refs/tags/v$pkgver.tar.gz"
@@ -38,3 +48,4 @@ package() {
sha512sums="
6ca0b3fba3beaf1262cf18e246acd5fc0d5bd0f04b6007a69aa24197ecb607baf21fade03e4b3e7a67301da0dd33c36d80cc31d06a58befab7e9c272c925cfdc  sentrypeer-1.4.0.tar.gz
"

-- 
2.36.0
Hi!

We received your patch, but we were unable to apply it to the upstream
GitLab repository. Did you rebase?