#!/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.6.1 pkgrel=01 pkgdesc='Multi-purpose desktop calculator' 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 } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=(GPL) sha256sums=(ed087bfdedea0fd0eb26eb37a25e4c55caccfe96d83933a3573c93241458cab3) # libqalculate-4.6.1.tar.gz ## 06d8b14d0d2d9bd804c1f7f0f56334b2b3398eb7834df9164685b5e23da92f49 libqalculate-4.6.1-01-x86_64.pkg.tar.lz