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

Felix Yan felixonmars at archlinux.org
Tue Nov 12 01:24:08 UTC 2019


    Date: Tuesday, November 12, 2019 @ 01:24:06
  Author: felixonmars
Revision: 367825

archrelease: copy trunk to staging-x86_64

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

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 367824, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-11-12 01:24:06 UTC (rev 367825)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libqalculate
+pkgver=3.5.0
+pkgrel=3
+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}a.tar.gz)
+sha256sums=('5664b02d4a28d55e0c054553b73daf594771f8ceffea53725d4985fa2913209c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list