🔒 Repository is read-only – file editing is disabled.

recipes/gui/aqbanking/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: aqbanking
pkgver: '6.9.2'
pkgrel: '1'
pkgdesc: 'A library for online banking and financial applications'
url: 'https://www.aquamaniac.de/rdm/projects/aqbanking'
arch: x86_64
license:
- GPL

depends: []
makedepends:
- tar
- gwenhywfar
- xmlsec

source:
- 'https://www.aquamaniac.de/rdm/attachments/download/654/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  export PKG_CONFIG=/usr/bin/pkg-config
  ./configure --prefix=/usr --enable-gwenhywfar
  make
  make DESTDIR=${PKGDIR} install

package: |
  true