description="Personal and small-business financial-accounting application" url="https://gnucash.org/" packager="spiky " contributors="Tnut" license=(GPL2) makedepends=(cmake boost guile libdbi webkitgtk gtest gwenhywfar aqbanking libofx libdbi-drivers) run=(desktop-file-utils) name=gnucash version=5.5 source=(https://downloads.sourceforge.net/$name/$name-${version}.tar.bz2) build() { cd $name-$version cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DCOMPILE_GSCHEMAS=OFF make make DESTDIR=$PKG install install -Dm644 LICENSE $PKG/usr/share/licenses/$name/LICENSE }