[arch-commits] Commit in qmapshack/repos (2 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed May 16 21:51:50 UTC 2018


    Date: Wednesday, May 16, 2018 @ 21:51:47
  Author: jlichtblau
Revision: 323272

archrelease: copy trunk to community-staging-x86_64

Added:
  qmapshack/repos/community-staging-x86_64/
  qmapshack/repos/community-staging-x86_64/PKGBUILD
    (from rev 323271, qmapshack/trunk/PKGBUILD)

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

Copied: qmapshack/repos/community-staging-x86_64/PKGBUILD (from rev 323271, qmapshack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-16 21:51:47 UTC (rev 323272)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sanpi <sanpi+aur at homecomputing.fr>
+
+pkgname=qmapshack
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='Plan your next outdoor trip'
+arch=('x86_64')
+url='https://bitbucket.org/maproom/qmapshack/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1'
+         'qt5-script' 'qt5-webkit' 'proj' 'quazip')
+makedepends=('cmake' 'qt5-tools')
+source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('3e65e443665041bb4c10ebd10fb49ca6df9015d9cecd2551a888bbdaa8a3117b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list