mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
community/kbruch: disable on riscv64
This commit is contained in:
parent
e65bfdf21f
commit
9e14aaae98
@ -4,8 +4,8 @@ pkgname=kbruch
|
||||
pkgver=21.04.2
|
||||
pkgrel=0
|
||||
# armhf blocked by extra-cmake-modules
|
||||
# s390x blocked by kxmlgui
|
||||
arch="all !armhf !s390x !mips64"
|
||||
# s390x, mips64 and riscv64 blocked by polkit
|
||||
arch="all !armhf !s390x !mips64 !riscv64"
|
||||
url="https://edu.kde.org/kbruch/"
|
||||
pkgdesc="Practice Fractions"
|
||||
license="GPL-2.0-or-later AND GFDL-1.2-only"
|
||||
@ -37,7 +37,7 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --build build --target install
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user