mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +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
|
pkgrel=0
|
||||||
pkgdesc="Postal package tracking application"
|
pkgdesc="Postal package tracking application"
|
||||||
url="https://git.sr.ht/~martijnbraam/shipments"
|
url="https://git.sr.ht/~martijnbraam/shipments"
|
||||||
# riscv64 and s390x blocked by libhandy1
|
arch="noarch"
|
||||||
arch="noarch !s390x !riscv64"
|
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="python3 py3-gobject3 py3-requests gtk+3.0 libhandy1"
|
depends="
|
||||||
makedepends="py3-setuptools glib-dev libhandy1-dev meson ninja"
|
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"
|
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/shipments/archive/$pkgver.tar.gz"
|
||||||
options="!check" # There's no testsuite
|
options="!check" # There's no testsuite
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue