summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2e48c2a262b616e1915daa496c4c81c5e809b43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Peter Reschenhofer <peter.reschenhofer@gmail.com>
pkgname=gnome-shell-extension-remmina-search-provider
_pkgname=${pkgname%-git}

pkgver=r50.db6f959
pkgrel=1
pkgdesc="Remmina Search Provider"
arch=('any')
url="https://github.com/alexmurray/remmina-search-provider"
license=('GPL')
depends=('gnome-shell' 'remmina')
makedepends=('git')
source=("git+https://github.com/alexmurray/remmina-search-provider")
md5sums=('SKIP')

pkgver() {
    cd "$srcdir/remmina-search-provider"
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
    cd "$srcdir"
	mkdir -p "$pkgdir/usr/share/gnome-shell/extensions"
	mv remmina-search-provider  "$pkgdir/usr/share/gnome-shell/extensions/remmina-search-provider@alexmurray.github.com"
}