[arch-commits] Commit in libqalculate/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Apr 15 16:00:12 UTC 2021
Date: Thursday, April 15, 2021 @ 16:00:11
Author: foutrelis
Revision: 412579
archrelease: copy trunk to staging-x86_64
Added:
libqalculate/repos/staging-x86_64/
libqalculate/repos/staging-x86_64/PKGBUILD
(from rev 412578, libqalculate/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 412578, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-15 16:00:11 UTC (rev 412579)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libqalculate
+pkgver=3.18.0
+pkgrel=2
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="https://qalculate.github.io/"
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool doxygen)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ed7263f48d12a1dd94fe105156a6563125e9b3fe6361e9a9deb5b0ea5cbf03cf')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list