# Maintainer: Stephen Brandt pkgname=gnome-shell-extension-haguichi-indicator-git _gitname=gse-haguichi-indicator _uuid='gse-haguichi-indicator@ztefn.github.com' pkgver=r36.25968bd pkgrel=1 pkgdesc="Lets you control Haguichi directly from the system status area in GNOME Shell." arch=('any') url="https://github.com/ztefn/$_gitname" license=('GPL3') depends=('gnome-shell') makedepends=('git') provides=('gnome-shell-extension-haguichi-indicator') conflicts=('gnome-shell-extension-haguichi-indicator') source=("git+$url") sha512sums=('SKIP') pkgver() { cd "$srcdir/$_gitname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd "$srcdir/$_gitname" mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/" cp -R "$_uuid" "$pkgdir/usr/share/gnome-shell/extensions" }