summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorreplabrobin2015-08-01 16:32:31 +0100
committerreplabrobin2015-08-01 16:32:31 +0100
commitb4cd3dbb7ba13cc6ec2b1eda59b0bfdbff74fc19 (patch)
treeab109b0434291caa59003cb8a24f2ef2c487b91c /PKGBUILD
downloadaur-b4cd3dbb7ba13cc6ec2b1eda59b0bfdbff74fc19.tar.gz
Initial import with version=1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5df6a958177d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
+
+pkgname=xcursor-neutral++
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Icon set based on Neutral and jaguarx themes."
+arch=('any')
+url="http://gnome-look.org/content/show.php/Neutral%2B%2B?content=108142"
+license=('Artistic 2.0')
+source=(http://gnome-look.org/CONTENT/content-files/108142-Neutral++-$pkgver.tar.xz)
+sha256sums=('23ec4fa3f7b62c023b8726b70d7a822ecd1f3cf90515b302d988f6fe58bce426')
+
+build() {
+ true
+ }
+
+package(){
+ cd $srcdir
+ mkdir -p $pkgdir/usr/share/icons
+ cp -r Neutral++ $pkgdir/usr/share/icons
+ }