~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH v3] testing/libsignal-client: new aport

Siva Mahadevan <me@svmhdvn.name>
Details
Message ID
<20211129053453.30999-1-me@svmhdvn.name>
DKIM signature
missing
Download raw message
Patch: +27 -0
https://github.com/signalapp/libsignal-client
Implementation of the Signal client protocol in Rust
---
Accidentally left out protoc as a make dependency in v2.

 testing/libsignal-client/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/libsignal-client/APKBUILD

diff --git a/testing/libsignal-client/APKBUILD b/testing/libsignal-client/APKBUILD
new file mode 100644
index 0000000000..ce50a993f7
--- /dev/null
+++ b/testing/libsignal-client/APKBUILD
@@ -0,0 +1,27 @@
# Contributor: Siva Mahadevan <me@svmhdvn.name>
# Maintainer: Siva Mahadevan <me@svmhdvn.name>
pkgname=libsignal-client
pkgver=0.11.0
pkgrel=0
pkgdesc="Implementation of the Signal client protocol in Rust"
url="https://github.com/signalapp/libsignal-client"
arch="all !mips64 !riscv64 !s390x"
license="AGPL-3.0-only"
depends="openssl-dev"
makedepends="cargo protoc"
source="$pkgname-$pkgver.tar.gz::https://github.com/signalapp/libsignal-client/archive/v$pkgver.tar.gz"

build() {
	cargo build --workspace --release --locked
}

check() {
	cargo test --release --locked
}

package() {
	install -Dm755 "target/release/libsignal_jni.so" "$pkgdir/usr/lib/libsignal_jni.so"
}
sha512sums="
a2318916067d6d301e732047dbe60e69d904abf4ed0f80a88d0751b16d138ea61c0a263b98d3eb76df7c445decd7e2aa587380d3b14ef58a5ec3bad2b07092a7  libsignal-client-0.11.0.tar.gz
"
-- 
2.34.1
Details
Message ID
<164075760709.24590.17525841271117917630.gitlab.27936.d846705f80ff3b6ee1005f895700db82b4c87297@listserv.local>
In-Reply-To
<20211129053453.30999-1-me@svmhdvn.name> (view parent)
DKIM signature
missing
Download raw message
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@team/mentors`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27936#note_201966
Details
Message ID
<164543071918.985.15228711579317299549.gitlab.27936.7d43459b1b5e60a033bb09cfd4cef4bd5d280eee@listserv.local>
In-Reply-To
<20211129053453.30999-1-me@svmhdvn.name> (view parent)
DKIM signature
missing
Download raw message
unless i'm wrong, this looks the same as `java-libsignal-client`?

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27936#note_217523
Reply to thread Export thread (mbox)