summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d31ed545eba7c950f1d2aedbcaa8fbb72c876b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Stefano Capitani <stefano@manjaro.org>

pkgname=materiav2-gtk-theme
pkgver=20191124
pkgrel=1
_commit=0f53dafbec3c3572590395719c0a944e2904585a
pkgdesc="A futuristic Material theme for Linux with rounded edges."
arch=(any)
url="https://gitlab.com/Gsbhasin84/materiav2"
license=(MIT)
depends=(gtk3 gnome-themes-extra)
optdepends=('gtk-engine-murrine: for gtk2 theme')
options=(!strip)
source=($url/-/archive/$_commit/materiav2-$_commit.tar.gz)
sha256sums=('f4d55103c3f4badf3a8a7d92b5195296549df2533a749cc4007c80ec778e82eb')

pkgver() {
	date +%Y%m%d
}

package() {
    cd materiav2-$_commit
    mkdir -p $pkgdir/usr/share/themes
    cp -r ./dark/* ./light/* $pkgdir/usr/share/themes
}