# Maintainer: Amanoel Dawod # Contributor: Jacob Humphrey (kaknife) pkgname=gnome-shell-extension-ubuntu-dock _pkgname=dash-to-dock-ubuntu-dock pkgver=72_ubuntu1 pkgrel=1 pkgdesc="A dock for the Gnome Shell, default Ubuntu experience" arch=('any') url="https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock" license=('GPL') depends=('gnome-shell') makedepends=('gettext' 'intltool' 'sassc') source=("https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-$pkgver.tar.gz") sha256sums=('ba26bb23a7e29372524c3a41ec7f332aa186176fe46c1661719ac46cad34e029') build() { cd $_pkgname-$pkgver make } package() { cd $_pkgname-$pkgver make DESTDIR="$pkgdir" VERSION="$pkgver" install }