summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernando Manfredi2018-06-17 12:29:03 -0300
committerFernando Manfredi2018-06-17 12:29:03 -0300
commitf2467fd6e401bcb0ba1b0ee9ab66351f3b09af64 (patch)
tree2ec37c5b79742a189114766bade1a8678ebdc8ee /PKGBUILD
downloadaur-f2467fd6e401bcb0ba1b0ee9ab66351f3b09af64.tar.gz
:boom: XCursor theme from Wii - an reup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..678888b4204b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Acidhub <dev@acidhub.click>
+
+pkgname=xcursor-theme-wii
+pkgver=0.3.1
+pkgrel=1
+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=('https://dl.opendesktop.org/api/files/downloadfile/id/1460735332/s/5f5dde1d18c509f44e421936bd3a772c/t/1529250171/u//100367-WiiCursors-0.3.1.tar.bz2')
+md5sums=('3fa928f448f974bc1bea15e30777bca6')
+
+package() {
+ # Create installation directories
+ install -d -m755 "${pkgdir}/usr/share/icons/"
+ # Install the cursor theme
+ cp -rf "WiiCcwCursorTheme" "${pkgdir}/usr/share/icons/"
+ cp -rf "WiiCursorTheme" "${pkgdir}/usr/share/icons/"
+}