mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
32 lines
834 B
Text
32 lines
834 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nemo-qml-plugin-configuration
|
|
pkgver=0.2.6
|
|
pkgrel=0
|
|
pkgdesc="Nemo QML configuration plugin"
|
|
url="https://github.com/sailfishos/nemo-qml-plugin-configuration"
|
|
arch="all"
|
|
license="BSD-3-Clause"
|
|
makedepends="
|
|
mlite-dev
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
"
|
|
source="https://github.com/sailfishos/nemo-qml-plugin-configuration/archive/$pkgver/nemo-qml-plugin-configuration-$pkgver.tar.gz"
|
|
options="!check"
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
|
|
# Remove installed tests
|
|
rm -r "$pkgdir"/opt
|
|
}
|
|
|
|
sha512sums="
|
|
6d7ab135fe7e1686abbc073e945bb5f02aa867fda503b89bb0bbd2bcf9b062b9df6cedb4ba15d1fc2f0ef9dedac68b1f75f2473160754777e7f9ec0ea8bf1d0e nemo-qml-plugin-configuration-0.2.6.tar.gz
|
|
"
|