# Description: Qalculate! library and CLI # URL: https://qalculate.github.io/ # Maintainer: CRUX KDE Ports, kde-ports at crux dot nu # Depends on: icu intltool name=libqalculate version=5.0.0 release=1 source=(https://github.com/Qalculate/$name/releases/download/v$version/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale } # vim: set ts=4 et: