summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-07-13 18:53:17 -0600
committerBrian Bidulock2015-07-13 18:53:17 -0600
commitbd6f1fc2d3c5045a42686e83cbf82c96a795f620 (patch)
tree2f69a1d8fc71fe65ed5c921380553ae88a60c1a4
downloadaur-bd6f1fc2d3c5045a42686e83cbf82c96a795f620.tar.gz
initial version
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD24
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2508046e3483
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xcursor-archcursorblue
+ pkgdesc = ArchLinux cursor theme for X
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://xfce-look.org/content/show.php/Arch+Cursor+Theme+%28simple%29?content=135902
+ arch = any
+ license = GPL
+ noextract = 135902-ArchCursorTheme.tar.gz
+ source = http://xfce-look.org/CONTENT/content-files/135902-ArchCursorTheme.tar.gz
+ md5sums = ac2c9e3c6ddc46b36793007e6a5eeb48
+
+pkgname = xcursor-archcursorblue
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4528817631fd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Contributor: Marc Poiroud <marci1 AT archlinux.fr>
+# Contributor: Joel Almeida <aullidolunar at gmail dot c0m>
+
+pkgname=xcursor-archcursorblue
+pkgver=1.1
+pkgrel=1
+pkgdesc="ArchLinux cursor theme for X"
+arch=('any')
+url="http://xfce-look.org/content/show.php/Arch+Cursor+Theme+%28simple%29?content=135902"
+license=('GPL')
+depends=()
+source=("http://xfce-look.org/CONTENT/content-files/135902-ArchCursorTheme.tar.gz")
+noextract=('135902-ArchCursorTheme.tar.gz')
+md5sums=('ac2c9e3c6ddc46b36793007e6a5eeb48')
+
+package() {
+ cd "$srcdir"
+ install -d -m 755 "$pkgdir/usr/share/icons"
+ tar xfz "135902-ArchCursorTheme.tar.gz" -C "$pkgdir/usr/share/icons"
+}
+
+build() {
+ cd "$srcdir"
+}