summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4036bb495e13f26ecfd9e7a417638269742b05de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: GordonGR <ntheo1979@gmail.com>
# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>

pkgname=xcursor-mirrunde
pkgver=0.5.0
pkgrel=4
pkgdesc="mirRunde cursor theme"
arch=('any')
url="http://gnome-look.org/content/show.php/mirRunde?content=81843"
license=('GPL')
depends=()
source=("https://dl.opendesktop.org/api/files/downloadfile/id/1460734914/s/65600ccc7394b79111e2fe378407f7f3/t/1515865605/u//81843-mirRunde.tar.gz")
md5sums=('24eda74893129dbc71aca6e35bd8b322')

package() {
cd ${srcdir}
install -dm755 ${pkgdir}/usr/share/icons/
cp -vR mirRunde ${pkgdir}/usr/share/icons/
}