# Maintainer: Stezko pkgname=dark-icons-theme-git _pkgname=DarK-icons pkgver=84.22fce9e7 pkgrel=1 pkgdesc="DarK is a monotone icon theme for X11-themes it can also be used as a fallback icon theme." arch=('any') url="https://gitlab.com/sixsixfive/DarK-icons" license=('CC BY-SA 4.0') depends=('hicolor-icon-theme' 'gtk-update-icon-cache') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") options=('!strip') source=("git+https://gitlab.com/sixsixfive/DarK-icons.git") sha256sums=('SKIP') package() { cd "$srcdir/$_pkgname/" install -dm755 "$pkgdir/usr/share/icons/" cp -dr --no-preserve=mode "DarK-SRC" "$pkgdir/usr/share/icons/_$pkgname" install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$_pkgname"