mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 00:21:37 +01:00
community/[various]: add aarch64 support
enable aarch64 support for: - cassandra-cpp-driver - ddrescue - elasiticsearch - john Signed-off-by: ossdev <ossdev@puresoftware.com>
This commit is contained in:
parent
a5ed25b5fb
commit
46eefbd06a
@ -6,7 +6,7 @@ pkgver=2.10.0
|
||||
pkgrel=0
|
||||
pkgdesc="Cassandra CPP Driver"
|
||||
url="https://datastax.github.io/cpp-driver/"
|
||||
arch="x86_64 x86 ppc64le"
|
||||
arch="aarch64 x86_64 x86 ppc64le"
|
||||
license="Apache-2.0"
|
||||
options="!check" # FIXME: cassandra_integration_tests won't link
|
||||
depends=""
|
||||
|
||||
@ -4,7 +4,7 @@ pkgver=1.24
|
||||
pkgrel=0
|
||||
pkgdesc="Data recovery tool for block devices with errors"
|
||||
url="https://www.gnu.org/s/ddrescue/ddrescue.html"
|
||||
arch="all !aarch64"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz"
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=6.4.3
|
||||
pkgrel=0
|
||||
pkgdesc="Open Source, Distributed, RESTful Search Engine"
|
||||
url="https://www.elastic.co/products/elasticsearch"
|
||||
arch="x86 x86_64 ppc64le"
|
||||
arch="aarch64 x86 x86_64 ppc64le"
|
||||
license="Apache-2.0"
|
||||
depends="java-jna-native>=4.1 openjdk8-jre bash"
|
||||
makedepends=""
|
||||
|
||||
@ -7,7 +7,7 @@ _pkgrel=jumbo-1
|
||||
pkgrel=0
|
||||
pkgdesc="John the Ripper password cracker"
|
||||
url="http://www.openwall.com/john"
|
||||
arch="x86_64 armhf armv7"
|
||||
arch="aarch64 x86_64 armhf armv7"
|
||||
license="GPL-2.0"
|
||||
depends="nss"
|
||||
options="!strip"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user