summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..900965049f71
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: schuay <jakob.gruber@gmail.com>
+
+pkgname=chroma-extras
+pkgver=1.13
+pkgrel=1
+pkgdesc="Additional levels for chroma (XOR and enigma sets)"
+arch=('any')
+url="http://www.level7.org.uk/chroma/"
+license=('unknown')
+depends=('chroma')
+install=chroma-extras.install
+source=("http://www.level7.org.uk/chroma/download/${pkgname}.tar.bz2")
+md5sums=('e17d71f1fc4b9873b4152d7f3c42a504')
+
+build() {
+ install -d ${pkgdir}/usr/share/chroma/
+ mv ${srcdir}/{levels,graphics} ${pkgdir}/usr/share/chroma
+}