updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gnome-shell-extension-movehotcorner / PKGBUILD
blobc3c3f69b9438c877b056bb8545853ab2cb604665
1 # Maintainer: SiD / sidious <miste78 at web de>
2 pkgname=gnome-shell-extension-movehotcorner
3 pkgver=2.0
4 pkgrel=2
5 pkgdesc="Move hot corner to right hand side of monitor"
6 source=(http://www.fpmurphy.com/gnome-shell-extensions/movehotcorner-${pkgver}.tar.gz)
7 arch=('any')
8 url="http://www.fpmurphy.com/gnome-shell-extensions/"
9 license=('GPL2')
10 depends=('gnome-shell')
12 package() {
13     cd "$srcdir"
14     mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
15     cp -R "movehotcorner@fpmurphy.com" "$pkgdir/usr/share/gnome-shell/extensions"
18 md5sums=('03a2bd168caba9e3537202bb05395339')