# Maintainer: McQueen _pkgname=plank-theme-dax pkgname=$_pkgname-git pkgver=0.2 pkgrel=1 pkgdesc="Dax theme for Plank" arch=('any') url='https://www.gnome-look.org/p/1224421/' license=('GPL3') depends=('plank') makedepends=('git') source=("$pkgname::git+https://github.com/MMcQueenGNU/$_pkgname.git") sha256sums=('SKIP') build() { true } package() { cd $srcdir/$pkgname mkdir -p $pkgdir/usr/share/plank/themes/dax install -m 755 dock.theme $pkgdir/usr/share/plank/themes/dax/ }