summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5307823417aad48bb40381912212a180b5d9ae9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Acidhub <dev@acidhub.click>

pkgname=xcursor-theme-wii
pkgver=0.3.1
pkgrel=2
pkgdesc="Complete port of the 'Wii Cursors' theme by allewun"
arch=('any')
url="https://www.gnome-look.org/content/show.php/Wii+Cursors?content=100367"
license=('GPL')
conflicts=('')

source=('http://acidhub.click/downloads/WiiCursorTheme-0.3.1.tar.gz')

md5sums=('7fa791c9ea62fd3257a642fe594bc69d')

package() {
  mkdir -pm755 "$pkgdir/usr/share/icons/"
  cp -r "WiiCursorTheme" "$pkgdir/usr/share/icons/"
  cp -r "WiiCcwCursorTheme" "$pkgdir/usr/share/icons/"
}