Date: Sunday, October 11, 2020 @ 09:54:01
  Author: jlichtblau
Revision: 723464

archrelease: copy trunk to community-staging-x86_64

Added:
  aqbanking/repos/community-staging-x86_64/
  aqbanking/repos/community-staging-x86_64/PKGBUILD
    (from rev 723463, aqbanking/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 723463, 
aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-11 09:54:01 UTC (rev 723464)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=6.2.5
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=('x86_64')
+url="https://www.aquamaniac.de/rdm/projects/aqbanking";
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=(https://www.aquamaniac.de/rdm/attachments/download/342/$pkgname-$pkgver.tar.gz
+        
https://www.aquamaniac.de/rdm/attachments/download/341/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key <[email protected]>
+sha256sums=('cf5b060e3ec7e3fc925687caf044d4df3dbf9595f23c4fe8ffad78f44af0d6df'
+            'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr --enable-gwenhywfar \
+              --with-backends="aqhbci aqofxconnect aqpaypal"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to