1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/shipments: enable on s390x and riscv64

This commit is contained in:
Bart Ribbers 2022-10-02 18:59:23 +02:00
parent e184e45013
commit c9edfa68f0

View file

@ -4,11 +4,22 @@ pkgver=0.3.0
pkgrel=0
pkgdesc="Postal package tracking application"
url="https://git.sr.ht/~martijnbraam/shipments"
# riscv64 and s390x blocked by libhandy1
arch="noarch !s390x !riscv64"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3 py3-gobject3 py3-requests gtk+3.0 libhandy1"
makedepends="py3-setuptools glib-dev libhandy1-dev meson ninja"
depends="
gtk+3.0
libhandy1
py3-gobject3
py3-requests
python3
"
makedepends="
glib-dev
libhandy1-dev
meson
ninja
py3-setuptools
"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/shipments/archive/$pkgver.tar.gz"
options="!check" # There's no testsuite