aboutsummaryrefslogtreecommitdiffstats
path: root/community/nemo-qml-plugin-time/APKBUILD
blob: 8e06f264f98d434e1235cc2d1c3def41ff5039c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nemo-qml-plugin-time
pkgver=0.1.3
pkgrel=0
pkgdesc="Nemo QML time plugin"
url="https://git.sailfishos.org/mer-core/nemo-qml-plugin-time"
arch="all"
license="BSD-3-Clause"
makedepends="
	mce-dev
	qt5-qtbase-dev
	qt5-qtdeclarative-dev
	timed-dev
	"
source="https://git.sailfishos.org/mer-core/nemo-qml-plugin-time/-/archive/$pkgver/nemo-qml-plugin-time-$pkgver.tar.gz"
options="!check"

build() {
	qmake-qt5
	make
}

package() {
	INSTALL_ROOT="$pkgdir" make install

	# Remove installed tests
	rm -r "$pkgdir"/opt
}

sha512sums="062feace1101ebd091b7c7341fbc5356d31d5355400af357fa94be67b85f6dc17ed221097fd77444e02b8135335d5cca5c63539eeaf42d03742cfc0ead6ff533  nemo-qml-plugin-time-0.1.3.tar.gz"