testing/macchina: enable all architectures

This commit is contained in:
Paolo Barbolini 2025-01-10 22:47:36 +00:00 committed by achill (fossdd)
parent 7832192921
commit e4d4af33ff

View File

@ -5,16 +5,13 @@ pkgver=6.4.0
pkgrel=0 pkgrel=0
pkgdesc="System information fetcher, with an (unhealthy) emphasis on performance" pkgdesc="System information fetcher, with an (unhealthy) emphasis on performance"
url="https://github.com/Macchina-CLI/macchina" url="https://github.com/Macchina-CLI/macchina"
# arm: needs https://github.com/Macchina-CLI/libmacchina/commit/1afd21de2d38b82cb2821259e260fcfc8d0cabc0 arch="all"
# s390x and riscv64 blocked by cargo
arch="all !armhf !armv7 !x86 !s390x !riscv64"
license="MIT" license="MIT"
makedepends="cargo sqlite-dev cargo-auditable" makedepends="cargo sqlite-dev cargo-auditable"
options="net" options="net"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Macchina-CLI/macchina/archive/refs/tags/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/Macchina-CLI/macchina/archive/refs/tags/v$pkgver.tar.gz"
prepare() { prepare() {
default_prepare default_prepare
cargo fetch --target="$CTARGET" --locked cargo fetch --target="$CTARGET" --locked