🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: gnucash
pkgver: '5.16'
pkgrel: '1'
pkgdesc: 'Personal and small-business financial-accounting application'
url: 'https://gnucash.org/'
arch: x86_64
depends:
- 'desktop-file-utils'
makedepends:
- cmake
- boost
- guile
- libdbi
- gtest
- 'webkit2gtk-4'
- gwenhywfar
- aqbanking
- libofx
- 'libdbi-drivers'
source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCOMPILE_GSCHEMAS=OFF
make
make DESTDIR=${PKGDIR} install
install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
true