summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 89351b7302d0310f0f4eb93caa9d7849ecd3cf61 (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: Nicola Lamacchia <nicola.lamacchia at gmail dot c0m>

_theme='Ardoise'
_style='translucent'
_keycode='165308'
pkgname=xcursor-ardoise-$_style
pkgver=2.7
pkgrel=1
pkgdesc="A simple, dark, flat and slightly translucent theme. It uses symbols instead of changing the shape of the cursor."
arch=('any')
url="http://gnome-look.org/content/show.php/$_theme?content=$_keycode"
license=('CCPL')
source=("http://nicola.link/files/icons/${_theme}_${_style}.tar.gz")
md5sums=('76293b2c033ae15f523fb1f1d5cf67de')

package() {
    install -dm755 "$pkgdir/usr/share/icons/${_theme}_${_style}"
    cd "$srcdir/${_theme}_${_style}"
    cp -R . "$pkgdir/usr/share/icons/${_theme}_${_style}"
}

build() {
    cd "$srcdir"
}