main/mapbox-gl-qml: new aport (MR 593)
This commit is contained in:
parent
a6d909c873
commit
27ebefefb9
1 changed files with 24 additions and 0 deletions
24
main/mapbox-gl-qml/APKBUILD
Normal file
24
main/mapbox-gl-qml/APKBUILD
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=mapbox-gl-qml
|
||||
pkgver=1.5.0.3
|
||||
pkgrel=0
|
||||
pkgdesc="QML bindings for Mapbox"
|
||||
url="https://github.com/rinigus/mapbox-gl-qml"
|
||||
# armhf blocked by qt5-qtdeclarative
|
||||
arch="all !armhf"
|
||||
license="LGPL-3.0-only"
|
||||
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtlocation-dev mapbox-gl-native-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/rinigus/mapbox-gl-qml/archive/$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
|
||||
build() {
|
||||
qmake-qt5
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
INSTALL_ROOT="$pkgdir" make install
|
||||
}
|
||||
|
||||
sha512sums="87b0c4c6b3d3a041cf6ddc1214b4e0694d93be950be64f06fd6549f93ee3d40f19ea8d14e2d0abb6c9b8ac0986f3ab5150d03fb26dcb5ae9c891aeddb7525917 mapbox-gl-qml-1.5.0.3.tar.gz"
|
Loading…
Reference in a new issue