summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHannes Eichblatt2016-08-20 21:23:44 +0200
committerHannes Eichblatt2016-08-20 21:23:44 +0200
commit7dc58f1240c1ce2cbd0ed70e99405414aacaef61 (patch)
tree86c77fc103ba48509674c5b5f74e894467691aa6 /PKGBUILD
downloadaur-ater-xfwm-theme.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6a92df4b4375
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Hannes Eichblatt <aur@hanneseichblatt.de>
+
+pkgname=ater-xfwm-theme
+pkgver=0.3
+pkgrel=1
+pkgdesc="A technical looking dark XFWM theme"
+arch=('any')
+url="https://www.xfce-look.org/p/1016671/"
+depends=('xfwm4')
+source=("Ater.tar.bz2::https://docs.google.com/uc?id=0B0i2xTgiZwFdb1l4eHd6QjZtR28&export=download")
+sha256sums=('e72d88eaa97de639b8b1067b1b39d6032b32a69c0812a7d6d68245ef875a2bd8')
+
+package() {
+ /usr/bin/mkdir -p ${pkgdir}/usr/share/themes
+ /usr/bin/mv ./Ater ${pkgdir}/usr/share/themes
+} \ No newline at end of file