# Maintainer: drakkan # Contributor: XZS # Contributor: Carl George < arch at cgtx dot us > # Contributor: Janne Haapsaari # Contributor: Christopher Krooß pkgname=gnome-shell-extension-dash-to-dock _pkgname=dash-to-dock pkgver=68 pkgrel=2 pkgdesc="Move the dash out of the overview transforming it in a dock" arch=('any') url="https://micheleg.github.io/dash-to-dock/" license=('GPL') depends=('gnome-shell') makedepends=('intltool' 'gettext' 'git') _commit=e2a271a4c8930d59a4e660e7a8be0e8235681293 source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd "${srcdir}"/${_pkgname} git describe --tags | sed 's/^extensions\.gnome\.org-v//g' | sed 's/-/+/g' } build() { cd "${srcdir}"/${_pkgname} make } package() { cd "${srcdir}"/${_pkgname} make DESTDIR="${pkgdir}" VERSION="${pkgver}" install } # vim:set ts=2 sw=2 et: