summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e9979433451a4cd49bc8e803019f4dadb5f6f32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
pkgname=bleufear-gtk-theme
pkgver=20150105
pkgrel=1
_repo=BleuFear
_snapshot=9616a1e42ca27149c73a0ac190693f1e0dc863e0
pkgdesc="A dark GTK3-GTK2 theme with a wild streak of electric blue"
url="https://github.com/maxfierke/$_repo"
license=('GPL3')
arch=('any')
depends=('gtk-engine-murrine')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_snapshot.tar.gz")
md5sums=('f398cfb734f7d918665f0ac6b6a7e592')

package() {
	cd $_repo-$_snapshot
	mkdir -p $pkgdir/usr/share/themes/$_repo
	cp -r * $pkgdir/usr/share/themes/$_repo
}