aboutsummaryrefslogtreecommitdiffstats
path: root/testing/olm
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-02-12 12:06:00 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-02-12 13:35:37 +0100
commita85db8cafc7ed3009da607d01b06ce1dc8f7b625 (patch)
tree7819ebe6a5cfe7ffd7b508add709a613f4aa2c92 /testing/olm
parent5850bc0830a1e33b49e1bd91975bdf20ea46d893 (diff)
downloadaports-a85db8cafc7ed3009da607d01b06ce1dc8f7b625.tar.bz2
aports-a85db8cafc7ed3009da607d01b06ce1dc8f7b625.tar.xz
community/olm: move from testing
Diffstat (limited to 'testing/olm')
-rw-r--r--testing/olm/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/olm/APKBUILD b/testing/olm/APKBUILD
deleted file mode 100644
index d918209b1c..0000000000
--- a/testing/olm/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=olm
-pkgver=3.1.4
-pkgrel=0
-pkgdesc="Implementation of the olm and megolm cryptographic ratchets"
-arch="all"
-url="https://gitlab.matrix.org/matrix-org/olm"
-license="Apache-2.0"
-makedepends="cmake"
-source="$pkgname-$pkgver.tar.gz::https://gitlab.matrix.org/matrix-org/olm/-/archive/$pkgver/olm-$pkgver.tar.gz"
-subpackages="$pkgname-dev"
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-check() {
- cd "$builddir"/tests
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-sha512sums="d4781d37da48e30e259b388d2cd7a4fd126411a5fd563ad66b3ef170274296f9eb32eca0dd72a2c0fcba91a87021d1d55a3d18b8ee0fcf64605b984e4eea4355 olm-3.1.4.tar.gz"