summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0e498fd1da16e28af03c98e9cc35010e36ab66e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Levinit <levinit at outlook>

pkgname=candy-gtk-theme
pkgver=0.3
pkgrel=2
pkgdesc="A flat style gtk&gnome-shell theme.Based on flat-plat and adapta"
arch=('any')
url="https://github.com/levinit/candy-gtk-theme"
license=('GPL3')

makedepends=('git')
source=("git://github.com/levinit/candy-gtk-theme")
sha512sums=('SKIP')

package() {
	install -dm 755 ${pkgdir}/usr/share/themes
	cp -r  ${srcdir}/${pkgname}/Candy  ${pkgdir}/usr/share/themes/
}