summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9c8968de959d03b5894a408682f1ad0d7856355f (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
# Maintainer: Hakim Zulkufli (acrox999)
# Contributor: Maarten de Boer (ventieldopje)

pkgname="gnome-shell-theme-ciliora-tertia-git"
_gitname="ciliora-tertia-shell"
pkgver=r26.f3d1a84
pkgrel=1
pkgdesc="Ciliora Tertia GNOME Shell theme."
arch=('any')
url="http://zagortenay333.deviantart.com/art/Ciliora-Tertia-Shell-536134191"
license=('GPLv3')
depends=('gnome-shell')
makedepends=('git')
provides=('gnome-shell-theme-ciliora-tertia')
source=('git+https://github.com/zagortenay333/ciliora-tertia-shell.git')
sha256sums=('SKIP')

pkgver() {
	cd "$_gitname"
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
	cd "$_gitname"

	install -d -m 755 ${pkgdir}/usr/share/themes
	cp -r "Ciliora-Tertia" ${pkgdir}/usr/share/themes
	install -D -m 644 "README.md" "$pkgdir/usr/share/themes/Ciliora-Tertia/README.md"
	install -D -m 644 "LICENSE" "$pkgdir/usr/share/themes/Ciliora-Tertia/LICENSE.md"
}