mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/openapi-tui: enable s390x, ppc64le and riscv64
s390x depends on linux-headers
This commit is contained in:
parent
0dcdf810b1
commit
555478395d
@ -1,15 +1,14 @@
|
||||
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
|
||||
pkgname=openapi-tui
|
||||
pkgver=0.9.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Terminal UI to list, browse and run APIs defined with openapi spec"
|
||||
url="https://github.com/zaghaghi/openapi-tui"
|
||||
# rust-ring
|
||||
# loongarch64: blocked by libc crate
|
||||
# armf: doesn't build
|
||||
arch="all !s390x !ppc64le !riscv64 !armhf !loongarch64"
|
||||
arch="all !armhf !loongarch64"
|
||||
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"
|
||||
|
||||
prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user