# Maintainer: Jonian Guveli pkgname=gnome-shell-extension-unite pkgver=0.1.1 pkgrel=1 pkgdesc="Unite makes GNOME Shell look like Ubuntu Unity Shell" arch=("any") url="https://github.com/jonian/unite-shell" license=("GPL") depends=("gnome-shell" "xorg-xprop") source=("https://github.com/jonian/unite-shell/archive/v$pkgver.tar.gz") md5sums=("SKIP") package() { mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/" cd "$srcdir/unite-shell-$pkgver" cp -af "unite@hardpixel.eu" "$pkgdir/usr/share/gnome-shell/extensions/" }