[arch-commits] Commit in libqalculate/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Nov 22 00:52:23 UTC 2021
Date: Monday, November 22, 2021 @ 00:52:23
Author: felixonmars
Revision: 428875
archrelease: copy trunk to staging-x86_64
Added:
libqalculate/repos/staging-x86_64/
libqalculate/repos/staging-x86_64/PKGBUILD
(from rev 428874, libqalculate/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 428874, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-22 00:52:23 UTC (rev 428875)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libqalculate
+pkgver=3.21.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=('2a2b6f8de4b43acdff98efdda338436db1a3f7ecd994e1bc2a422a65fba03479')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list