testing/openapi-tui: enable s390x, ppc64le and riscv64

s390x depends on linux-headers
This commit is contained in:
J0WI 2024-08-30 21:35:34 +02:00 committed by omni
parent 0dcdf810b1
commit 555478395d

View File

@ -1,15 +1,14 @@
# Maintainer: Willow Barraco <contact@willowbarraco.fr> # Maintainer: Willow Barraco <contact@willowbarraco.fr>
pkgname=openapi-tui pkgname=openapi-tui
pkgver=0.9.4 pkgver=0.9.4
pkgrel=0 pkgrel=1
pkgdesc="Terminal UI to list, browse and run APIs defined with openapi spec" pkgdesc="Terminal UI to list, browse and run APIs defined with openapi spec"
url="https://github.com/zaghaghi/openapi-tui" url="https://github.com/zaghaghi/openapi-tui"
# rust-ring
# loongarch64: blocked by libc crate # loongarch64: blocked by libc crate
# armf: doesn't build # armf: doesn't build
arch="all !s390x !ppc64le !riscv64 !armhf !loongarch64" arch="all !armhf !loongarch64"
license="MIT" license="MIT"
makedepends="cargo cargo-auditable perl" makedepends="cargo cargo-auditable linux-headers perl"
source="$pkgname-$pkgver.tar.gz::https://github.com/zaghaghi/openapi-tui/archive/refs/tags/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/zaghaghi/openapi-tui/archive/refs/tags/$pkgver.tar.gz"
prepare() { prepare() {