[arch-commits] Commit in grantlee/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 12:40:43 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:40:43
  Author: foutrelis
Revision: 384579

archrelease: copy trunk to staging-x86_64

Added:
  grantlee/repos/staging-x86_64/
  grantlee/repos/staging-x86_64/PKGBUILD
    (from rev 384578, grantlee/trunk/PKGBUILD)

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

Copied: grantlee/repos/staging-x86_64/PKGBUILD (from rev 384578, grantlee/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:40:43 UTC (rev 384579)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=grantlee
+pkgver=5.2.0
+pkgrel=3
+pkgdesc="A string template engine based on the Django template system and written in Qt5"
+arch=(x86_64)
+url="https://github.com/steveire/grantlee"
+license=(LGPL2.1)
+depends=(qt5-declarative)
+makedepends=(cmake doxygen graphviz)
+source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc})
+sha256sums=('d6cd04de39a073a787c9ab8e72a0888e40779d21b83fbc788a1b36d31ac659d5'
+            'SKIP')
+validpgpkeys=(FCA530E51EE4331C2DF16637D264C7B1D02D6509) # Stephen Kelly <steveire at gmail.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTS=OFF
+  make
+  make docs
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 apidox/* -t "$pkgdir"/usr/share/doc/$pkgname
+}



More information about the arch-commits mailing list