summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a9591874985a25422e7d8ace036129c86535efe7 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Maintainer: Alfredo Ramos <alfredo dot ramos at yandex dot com>

pkgname=openbox-theme-mythos
pkgver=20150104
pkgrel=1
pkgdesc="A dark blue theme for Openbox."
arch=(
	"any"
)
url="http://box-look.org/content/show.php?content=88560"
license=(
	"GPL"
)

depends=(
	"openbox"
)
optdepends=()
makedepends=()
provides=(
	"${pkgname}=${pkgver}"
)
conflicts=(
	"${pkgname}"
)
replaces=(
	"${pkgname}"
)

# Mirror
# https://www.dropbox.com/s/q40ppjtue8z2me7/88560-Mythos_OB.tar.gz
source=(
	"http://box-look.org/CONTENT/content-files/88560-Mythos_OB.tar.gz"
)
sha384sums=(
	"53ca4d4fea994e5e2936b36aa436925d287c56d35ebb6e25f31af7f93231219e59535df55e3e370e20642323301da9a6"
)
sha512sums=(
	"1774264dd799b008f47a61facd0b6bdd3983048f3a795eeb84076bdfed77422b63acf158204f77ef21487a541a5f6d13da570344b48d0c374a17fd2e42b8d3ce"
)

package() {	
	# Copy theme
	mkdir -p ${pkgdir}/usr/share/themes
	cp -R ${srcdir}/Mythos ${pkgdir}/usr/share/themes
}