1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/nemo-qml-plugin-thumbnailer/APKBUILD

27 lines
812 B
Text

# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nemo-qml-plugin-thumbnailer
pkgver=1.0.4
pkgrel=0
pkgdesc="Nemo QML thumbnailer plugin"
url="https://git.sailfishos.org/mer-core/nemo-qml-plugin-thumbnailer"
arch="all"
license="BSD-3-Clause"
depends_dev="
qt5-qtbase-dev
qt5-qtdeclarative-dev
"
makedepends="$depends_dev"
subpackages="$pkgname-dev"
source="https://git.sailfishos.org/mer-core/nemo-qml-plugin-thumbnailer/-/archive/$pkgver/nemo-qml-plugin-thumbnailer-$pkgver.tar.gz"
build() {
qmake-qt5
make
}
package() {
INSTALL_ROOT="$pkgdir" make install
}
sha512sums="482948a22c56e78264bcdc2863f525881e6d3ff85764baa00f14f0abdae4b951a2cc648619e6cc4afeb05f238ab759787e7e5b0743b1dec87d1dab14787df038 nemo-qml-plugin-thumbnailer-1.0.4.tar.gz"