aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-18 10:52:32 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-18 09:58:42 +0000
commit6d50bf9044f4161c3c23181195bce46d4e5fa5c1 (patch)
tree0d0985ccc29a133d10a884cba0b928298e8eb1ee /testing
parent25bf168c939959d48ad5fccd83859361aaee2a25 (diff)
downloadaports-6d50bf9044f4161c3c23181195bce46d4e5fa5c1.tar.bz2
aports-6d50bf9044f4161c3c23181195bce46d4e5fa5c1.tar.xz
testing/openssl-d: rename from openssld
The previous naming lead to some confusion since people expected this to be an openssl daemon and not D bindings
Diffstat (limited to 'testing')
-rw-r--r--testing/openssl-d/58.patch (renamed from testing/openssld/58.patch)0
-rw-r--r--testing/openssl-d/APKBUILD (renamed from testing/openssld/APKBUILD)5
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/openssld/58.patch b/testing/openssl-d/58.patch
index 169902487e..169902487e 100644
--- a/testing/openssld/58.patch
+++ b/testing/openssl-d/58.patch
diff --git a/testing/openssld/APKBUILD b/testing/openssl-d/APKBUILD
index a40aa959f7..b8ea895022 100644
--- a/testing/openssld/APKBUILD
+++ b/testing/openssl-d/APKBUILD
@@ -1,15 +1,16 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=openssld
+pkgname=openssl-d
pkgver=2.0.1
_opensslver=1.1.0h
-pkgrel=0
+pkgrel=1
pkgdesc="D version of the C headers for openssl"
url="https://github.com/D-Programming-Deimos/openssl"
arch="noarch !ppc64le" # gdc
license="OpenSSL"
makedepends="meson openssl-dev gcc-gdc"
subpackages="$pkgname-dev"
+options="!check" # Bindings, so no tests to run
source="https://github.com/D-Programming-Deimos/openssl/archive/v${pkgver}+$_opensslver/openssl-d-${pkgver}+$_opensslver.tar.gz
58.patch"
builddir="$srcdir/openssl-$pkgver-$_opensslver"