pmaports/main/pix/APKBUILD

27 lines
905 B
Text
Raw Normal View History

2018-10-08 06:50:31 +00:00
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=pix
pkgver=0_git20190105
2018-10-08 06:50:31 +00:00
pkgrel=0
_commit="9a4543b1ea31c8317a557f3e97e2437e5e625f82"
2018-10-08 06:50:31 +00:00
pkgdesc="Image gallery manager built with MauiKit"
arch="all"
url="https://github.com/mauikit/pix"
2018-10-08 06:50:31 +00:00
license="GPL-3.0"
depends="mauikit"
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev mauikit-dev kservice-dev knotifications-dev ki18n-dev kio-dev"
source="$pkgname-$_commit.tar.gz::https://github.com/mauikit/$pkgname/archive/$_commit.tar.gz"
2018-10-08 06:50:31 +00:00
options="!check" # No tests available
builddir="$srcdir/$pkgname-$_commit"
build() {
qmake-qt5
make
}
package() {
cd "$builddir"
make INSTALL_ROOT="$pkgdir" install
}
sha512sums="b4e641e5e0874b07da0add3d96473fecb5f11e240a3e55d33beb4da3ba78c6dacf872949fbbe127394c779c996da7920bfe1409bdda8782cf815c1f9116e961f pix-9a4543b1ea31c8317a557f3e97e2437e5e625f82.tar.gz"