# Description: Qalculate! library and CLI
# URL: https://qalculate.github.io/
# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu
# Depends on: icu intltool libxml2

name=libqalculate
version=5.11.0
release=1
source=(https://github.com/Qalculate/libqalculate/archive/v$version/$name-$version.tar.gz)

build() {
    cd $name-$version

    ./autogen.sh
    ./configure --prefix=/usr
    make
    make DESTDIR=$PKG install

    rm -r $PKG/usr/share/locale
}

# vim: set ts=4 et:
