summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e7126f5c499b7e9fda263129bbda95021e626bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: johnnybash <georgpfahler@wachenzell.org>
# Contributor: r20d20 <r20d20@web.de>
# Contributor: Square252 <square@0xfc.de>
# Maintainer: Harvey <harv at gmx dot de>

pkgname=hibiscus-nightly
pkgver=2.11.0
pkgrel=3
pkgdesc="Hibiscus HBCI banking plugin for Jameica (nightly)"
arch=('any')
url="http://www.willuhn.de/products/hibiscus/"
license=('GPL2')
depends=('jameica-nightly>=2.11')
makedepends=('unzip')
conflicts=('hibiscus')
source=(http://www.willuhn.de/products/hibiscus/releases/nightly/hibiscus-$pkgver-nightly.zip)
sha256sums=('SKIP')

package() {
	mkdir -p ${pkgdir}/usr/share/java/jameica/plugins
	cp -R "${srcdir}/hibiscus" "${pkgdir}/usr/share/java/jameica/plugins"
}