# Maintainer: Amanoel Dawod # Contributor: Jacob Humphrey (kaknife) pkgname=gnome-shell-extension-ubuntu-dock _pkgname=dash-to-dock-ubuntu-dock pkgver=67ubuntu19.10.1 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=('intltool' 'gettext') source=("https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-$pkgver.tar.gz") sha256sums=('53182124f2af164fa4a0c66ccbfaee46fb011bed8d0c1936f71091a84c2c4f0c') build() { cd ${_pkgname}-${pkgver} make } package() { cd ${_pkgname}-${pkgver} make DESTDIR="${pkgdir}" VERSION="${pkgver}" install }