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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 22:38:11 UTC 2018


    Date: Friday, November 9, 2018 @ 22:38:11
  Author: foutrelis
Revision: 338699

archrelease: copy trunk to staging-x86_64

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

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

Copied: grantlee/repos/staging-x86_64/PKGBUILD (from rev 338698, grantlee/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 22:38:11 UTC (rev 338699)
@@ -0,0 +1,38 @@
+# 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.1.0
+pkgrel=2
+pkgdesc="A string template engine based on the Django template system and written in Qt5"
+arch=('x86_64')
+url="https://www.gitorious.org/grantlee/pages/Home"
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+conflicts=('grantlee-qt5')
+provides=('grantlee-qt5')
+replaces=('grantlee-qt5')
+source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc}) # Stephen Kelly <steveire at gmail.com>
+md5sums=('57989ae9f7c113e682ef1713a6f1e92a'
+         'SKIP')
+validpgpkeys=(FCA530E51EE4331C2DF16637D264C7B1D02D6509)
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list