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

Antonio Rojas arojas at archlinux.org
Mon Mar 18 16:24:22 UTC 2019


    Date: Monday, March 18, 2019 @ 16:24:21
  Author: arojas
Revision: 348596

archrelease: copy trunk to staging-x86_64

Added:
  libqalculate/repos/staging-x86_64/
  libqalculate/repos/staging-x86_64/PKGBUILD
    (from rev 348595, libqalculate/trunk/PKGBUILD)

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 348595, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-03-18 16:24:21 UTC (rev 348596)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libqalculate
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="https://qalculate.github.io/"
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2882edd45016a6bcbf33120dd0b83676221a1d58af73f7f4cd6bbec4e1a26b1e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list