summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsclapion2016-03-29 15:59:04 +0200
committerEsclapion2016-03-29 15:59:04 +0200
commit49999c7f244ee1ece01376adf0e884c533f28c34 (patch)
treeba1891eeeaddf318a19c92cb34ce7b3757da1595 /PKGBUILD
downloadaur-ambiance-graphite.tar.gz
1st submission
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..ead3909e9b4b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Author : Esclapion <esclapion at gmail dot com>
+
+pkgname=ambiance-graphite
+pkgver=1.3
+pkgrel=0
+pkgdesc="Theme radiance graphite adapted for LXQt"
+url="http://www.ravefinity.com/p/ambiance-radiance-colors-suite.html"
+license=(GPL)
+arch=(any)
+source=("http://esclapion.free.fr/AUR/$pkgname-$pkgver.tar.gz")
+conflicts=("ambiance-radiance-colors-suite")
+md5sums=('5d69aa7c456e17a72e507b43d933266d')
+
+package(){
+ mkdir -p $pkgdir/usr/share/themes
+ cp -a $srcdir/AmbianceGraphite $pkgdir/usr/share/themes
+}