# 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=69+435+g5c438b8 pkgrel=1 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=5c438b8a431a814e49ca6abf6a6d22407344715a source=("git+https://github.com/ewlsh/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' | sed 's/^56/69/g' } build() { cd "${srcdir}"/${_pkgname} make } package() { cd "${srcdir}"/${_pkgname} make DESTDIR="${pkgdir}" VERSION="${pkgver}" install } # vim:set ts=2 sw=2 et: