# Maintainer: Mark Wagie pkgname=gnome-fuzzy-app-search-git pkgver=2.r3.ga682991 pkgrel=1 pkgdesc="Fuzzy application search results for Gnome Search" arch=('any') url="https://gitlab.com/Czarlie/gnome-fuzzy-app-search" license=('unknown') depends=('gnome-shell') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=('git+https://gitlab.com/Czarlie/gnome-fuzzy-app-search.git') sha256sums=('SKIP') pkgver() { cd "$srcdir/${pkgname%-git}" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } build() { cd "$srcdir/${pkgname%-git}" make build } package() { cd "$srcdir/${pkgname%-git}" make INSTALL_PATH="$pkgdir/usr/share/gnome-shell/extensions" install }