# 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=67 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=19597e4a40176c2f1a2057984896d8b84f2c40b9 # extensions.gnome.org-v67 source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit") sha256sums=('SKIP') build() { cd "${srcdir}"/${_pkgname} make } package() { cd "${srcdir}"/${_pkgname} make DESTDIR="${pkgdir}" VERSION="${pkgver}" install } # vim:set ts=2 sw=2 et: