updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / gnome-shell-extension-move-clock / PKGBUILD
blob53244b7e72c466449afc5622315cfb89251abf1e
1 # Maintainer: Alucryd <alucryd@gmail.com>
2 pkgname=gnome-shell-extension-move-clock
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="A gnome-shell extension to move the clock/calendar to the status area"
6 source=('http://www.fpmurphy.com/gnome-shell-extensions/moveclock.tar.gz')
7 md5sums=('7a61da4411a4afaf6b7af7fd51e8fc40')
8 arch=('any')
9 url="http://www.fpmurphy.com/gnome-shell-extensions/"
10 license=('GPL2')
11 depends=('gnome-shell')
13 package() {
14     cd "$srcdir"
15     mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
16     cp -R "moveclock@fpmurphy.com" "$pkgdir/usr/share/gnome-shell/extensions"