#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=libqalculate pkgver=4.4.0 pkgrel=02 pkgdesc='Multi-purpose desktop calculator' arch=(x86_64) url='https://qalculate.github.io/' #options=(debug) ### uncomment this for the debug pkg to be produced 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) build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } #---- license gpg-key sha256sums ---- license=(GPL) sha256sums=(79cfdc4d4af9dfcd6902c2ec680ed1f3d5845d07b5ee1c76255fdca731a8b758) # libqalculate-4.4.0.tar.gz