# 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-extensions.gnome.org-v pkgver=62 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') source=("https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v${pkgver}.tar.gz") sha256sums=('b74a89b3988bd7e7bdbbe8427382c3a2d06784bdaf72ea42ae37e5cb3ac26858') build() { cd "${srcdir}"/${_pkgname}${pkgver} make } package() { cd "${srcdir}"/${_pkgname}${pkgver} make DESTDIR="${pkgdir}" VERSION="${pkgver}" install } # vim:set ts=2 sw=2 et: