Created
January 8, 2018 20:51
-
-
Save anonymous/5908a5da2580173d0a6779a52a7f5094 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=jverein | |
pkgver=2.8.16 | |
pkgrel=3 | |
pkgdesc="A club management plugin for jameica." | |
arch=('any') | |
url="http://www.jverein.de" | |
license=("GPL") | |
depends=('java-runtime>=1.5' 'jameica>=2.6' 'hibiscus>=2.6' 'libstdc++5') | |
makedepends=('unzip') | |
install=$pkgname.install | |
source=("${pkgname}-${pkgver}.zip::http://www.jverein.de/updates/${pkgver%.*}/jverein.${pkgver}.zip") | |
md5sums=('51ad2a403e0415f3013266dde71c75e8') | |
package() { | |
mkdir -p "$pkgdir/opt/jameica/plugins" | |
cp -r "$srcdir/$pkgname" "$pkgdir/opt/jameica/plugins" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment