# Maintainer: antsa aur gmail com> # Contributor: cth451 pkgname=materia-theme-git pkgdesc="upstream git package for the Material Design-like flat theme for GTK3, GTK2, Metacity, and GNOME-Shell." arch=('any') url="https://github.com/nana-4/materia-theme" license=('GPL') makedepends=('git' 'sassc') depends=('gtk3>=3.22' 'gtk-engine-murrine' 'gnome-themes-extra') optdepends=() provides=('materia-theme') conflicts=('materia-theme') replaces=() source=(${pkgname}::git+https://github.com/nana-4/materia-theme.git) sha256sums=('SKIP') pkgver=r1458.f85cac72 pkgver() { cd "$srcdir/${pkgname}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } pkgrel=1 package() { cd "$srcdir/${pkgname}" mkdir -p "${pkgdir}/usr/share/themes" ./install.sh -d "${pkgdir}/usr/share/themes" }