[arch-commits] Commit in qalculate-gtk/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jun 11 15:37:06 UTC 2018
Date: Monday, June 11, 2018 @ 15:37:06
Author: arojas
Revision: 326732
archrelease: copy trunk to staging-x86_64
Added:
qalculate-gtk/repos/staging-x86_64/
qalculate-gtk/repos/staging-x86_64/PKGBUILD
(from rev 326731, qalculate-gtk/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 326731, qalculate-gtk/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-11 15:37:06 UTC (rev 326732)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=qalculate-gtk
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="GTK frontend for libqalculate"
+arch=('x86_64')
+url="http://qalculate.github.io/"
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1cc589d170502264a556591c728cae2cbcc17de')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list