kde-plasma-6/libqalculate/Pkgfile
2024-03-17 16:01:17 -05:00

21 lines
455 B
Plaintext

# 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: