[arch-commits] Commit in googlemaps/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Thu Dec 12 12:45:45 UTC 2019
Date: Thursday, December 12, 2019 @ 12:45:42
Author: arojas
Revision: 537367
archrelease: copy trunk to community-staging-x86_64
Added:
googlemaps/repos/community-staging-x86_64/
googlemaps/repos/community-staging-x86_64/PKGBUILD
(from rev 537366, googlemaps/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 537366, googlemaps/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-12-12 12:45:42 UTC (rev 537367)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=10
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed")
+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