updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / craftbukkit-plugin-authme / PKGBUILD
blob354848bfe7c2af1034d75cb65284277ca525f70f
1 # Maintainer: Sebastian Köhler <sebkoehler@whoami.org.uk>
2 pkgname=craftbukkit-plugin-authme
3 pkgver=0.74
4 pkgrel=1
5 pkgdesc="Alternative authorization plugin for Bukkit"
6 arch=(any)
7 url="https://github.com/fabe123/AuthMe"
8 license=('GPL')
9 depends=('craftbukkit')
10 source=('http://dl.dropbox.com/u/32853215/AuthMe.jar')
11 md5sums=('f80a9f2ded41ebb55111d4b921b71970')
13 package() {
14   mkdir -p "$pkgdir/opt/craftbukkit/plugins/"
15   install -m 644 -T "$srcdir/AuthMe.jar" "$pkgdir/opt/craftbukkit/plugins/AuthMe.jar"
18 # vim:set ts=2 sw=2 et: