aports/testing/vimiv/APKBUILD
TBK d3b9138227
testing/vimiv: disable on armhf
blocked by py3-qt5 (qt5-qtdeclarative)
2020-04-05 13:03:56 +02:00

27 lines
903 B
Plaintext

# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=vimiv
pkgver=0.6.1
pkgrel=0
pkgdesc="an image viewer with vim-like keybindings"
url="https://github.com/karlch/vimiv-qt"
arch="all !armhf" # armhf blocked by py3-qt5 (qt5-qtdeclarative)
license="GPL-3.0-only"
depends="python3 py3-qt5"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/karlch/vimiv-qt/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-qt-$pkgver"
options="!check" # Not working yet.
build() {
python3 setup.py build
}
package() {
# Upstream has a custom makefile for other resources.
make -f misc/Makefile DESTDIR="$pkgdir" install
}
sha512sums="4927f2bf5ac7baea56147f04b85bb9ac6dcf7972adcb7e2776715c344841b6553fe4814ce8e05bc31c9022019b3df7949739dcd0c9aa28c343ab69ed4dbee875 vimiv-0.6.1.tar.gz"