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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user