[arch-commits] Commit in (4 files)

Gaëtan Bisson bisson at archlinux.org
Sun Oct 22 20:54:22 UTC 2017


    Date: Sunday, October 22, 2017 @ 20:54:22
  Author: bisson
Revision: 263999

initial commit, dependency of subsurface

Added:
  googlemaps/
  googlemaps/repos/
  googlemaps/trunk/
  googlemaps/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: googlemaps/trunk/PKGBUILD
===================================================================
--- googlemaps/trunk/PKGBUILD	                        (rev 0)
+++ googlemaps/trunk/PKGBUILD	2017-10-22 20:54:22 UTC (rev 263999)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=googlemaps
+pkgver=20170917
+_commit=1b857c02504dd52b1aa442418b8dcea78ced3f35
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('i686' 'x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}"
+	install -d build
+	cd build
+	qmake ../googlemaps.pro
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}"
+	cd build
+	make INSTALL_ROOT="${pkgdir}" install
+}


Property changes on: googlemaps/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list