mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/macchina: enable all architectures
This commit is contained in:
parent
7832192921
commit
e4d4af33ff
@ -5,16 +5,13 @@ pkgver=6.4.0
|
||||
pkgrel=0
|
||||
pkgdesc="System information fetcher, with an (unhealthy) emphasis on performance"
|
||||
url="https://github.com/Macchina-CLI/macchina"
|
||||
# arm: needs https://github.com/Macchina-CLI/libmacchina/commit/1afd21de2d38b82cb2821259e260fcfc8d0cabc0
|
||||
# s390x and riscv64 blocked by cargo
|
||||
arch="all !armhf !armv7 !x86 !s390x !riscv64"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="cargo sqlite-dev cargo-auditable"
|
||||
options="net"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/Macchina-CLI/macchina/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
cargo fetch --target="$CTARGET" --locked
|
||||
|
Loading…
Reference in New Issue
Block a user