summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 54999bcf2178d0c83f67f386943ac512a60a95b6 (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=2
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" "qt5-declarative")
license=("LGPL-2.1-only")

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

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