summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a9ed72a7caaf2f34614958443ec48ce061844bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname=nemo-qml-plugin-dbus
pkgver=2.1.25
pkgrel=1
pkgdesc="Provides types to access D-Bus from QML"
url="https://github.com/sailfishos/nemo-qml-plugin-dbus"
arch=("x86_64" "aarch64")
source=("https://github.com/sailfishos/nemo-qml-plugin-dbus/archive/refs/tags/$pkgver.tar.gz")
sha256sums=("6440cac7221bf26a342b66cc1c262e7ce320e3fba200a8116a373c9de44ecf1f")
depends=("qt5-base")
license=("LGPL-2.1-only")

build() {
	cd "$pkgname-$pkgver"
	qmake src
	make
}

package() {
	cd "$pkgname-$pkgver"
	make INSTALL_ROOT="$pkgdir/" install
}