Skip to content
Snippets Groups Projects
Commit c9edfa68 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

testing/shipments: enable on s390x and riscv64

parent e184e450
No related branches found
No related tags found
1 merge request!39733{community,testing}/martijnbraam's packages: enable on s390x and riscv64
Pipeline #138804 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment