[arch-commits] Commit in googlemaps/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Tue Sep 18 20:25:01 UTC 2018
Date: Tuesday, September 18, 2018 @ 20:25:00
Author: arojas
Revision: 383299
archrelease: copy trunk to community-staging-x86_64
Added:
googlemaps/repos/community-staging-x86_64/
googlemaps/repos/community-staging-x86_64/PKGBUILD
(from rev 383298, googlemaps/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 383298, googlemaps/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-09-18 20:25:00 UTC (rev 383299)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=googlemaps
+pkgver=20180405
+_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
+pkgrel=3
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('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
+}
More information about the arch-commits
mailing list