#!/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=qalculate-gtk pkgver=4.2.0 pkgrel=01 pkgdesc='GTK frontend for libqalculate' arch=(x86_64) url='https://qalculate.github.io/' depends=(libqalculate gtk3) makedepends=(intltool python) source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) build() { cd $pkgname-$pkgver ./configure --prefix=/usr --libexecdir=/usr/lib make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } #---- license gpg-key sha256sums ---- license=(GPL) sha256sums=(50624344d12240f6eac68555c9a03747d0c2d90dd0de1bfe1b024fd5be8149d7) # qalculate-gtk-4.2.0.tar.gz