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:
parent
e184e45013
commit
c9edfa68f0
1 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue