# Maintainer: harvey pkgname=linhabu pkgver=21.2 pkgrel=1 pkgdesc="German Accounting Software (and more) for Linux" arch=('x86_64' 'i686') url="https://www.mcrichter.de/Seiten/Deutsch/Programme/HaBu/Allgemein.html" install=linhabu.install license=('custom') depends=('gtk3') optdepends=('postgresql: for using a Postgres SQL Server instead of the builtin sqlite engine' 'cups: for direct printing support instead of generating pdf-files') source=('http://mcrichter.de/Media/Programme/LinHaBu.zip' 'linhabu.desktop' 'linhabu.install') sha256sums=('2f7cb65a7128dbe2bd1fdf3a26bf71408fcb75226ce118a39ca18d2e053bff04' '0121f0accb53a4af4207abfeb3e57d8f4129bc6ed33e4c98b11dbff988fedd36' 'ca3873a5288d9087b271185cf1095a2ea8d094b51126e2d7213e6d7b01987d56') package() { mkdir -p "${pkgdir}"/opt mkdir -p "${pkgdir}"/usr/share/applications cp -R "${srcdir}/Lin-HaBu" "${pkgdir}/opt/" cp linhabu.desktop "${pkgdir}"/usr/share/applications/ }