# Maintainer: Jonian Guveli pkgname=gnome-shell-extension-hotel-manager pkgver=3 pkgrel=1 pkgdesc="Gnome Shell extension to manage Hotel development servers" arch=("any") url="https://github.com/hardpixel/hotel-manager" license=("GPL") depends=("gnome-shell") provides=("gnome-shell-extension-hotel-manager") conflicts=("gnome-shell-extension-hotel-manager-git") source=("$pkgname::https://github.com/hardpixel/hotel-manager/archive/v$pkgver.tar.gz") md5sums=("3d24ddb4ca1a8233a4621ac91086788c") package() { mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/" cd "$srcdir/hotel-manager-$pkgver" cp -af "hotel-manager@hardpixel.eu" "$pkgdir/usr/share/gnome-shell/extensions/" }