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

pkgname=hibiscus-nightly
pkgver=2.11.0
pkgrel=1
pkgdesc="Hibiscus HBCI banking plugin for Jameica (nightly)"
arch=('any')
url="http://www.willuhn.de/products/hibiscus/"
license=('GPL')
depends=('jameica-nightly>=2.9')
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"
}