summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDag Robøle2015-08-15 20:06:06 +0200
committerDag Robøle2015-08-15 20:06:06 +0200
commitbde40dbd8112aee3e2b8a3902ec79c9e58ac7f19 (patch)
treef180d29edc9145b2e1b895d79bdb8cef63c8f333 /PKGBUILD
downloadaur-bde40dbd8112aee3e2b8a3902ec79c9e58ac7f19.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..42953bb5b2db
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: dag.robole at gmail dot com
+
+pkgname=fluxbox-style-zukitwo
+pkgver=20150815
+pkgrel=1
+pkgdesc="Zukitwo style for Fluxbox"
+url="https://github.com/corebob/fluxbox-style-zukitwo"
+license=('CCPL')
+arch=('any')
+source=("https://github.com/corebob/fluxbox-style-zukitwo/archive/master.zip")
+md5sums=('f34cfaab090cb02a1c73d6770e1bd52f')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/fluxbox/styles/zukitwo/"
+ cp -r ${srcdir}/fluxbox-style-zukitwo-master/* "${pkgdir}/usr/share/fluxbox/styles/zukitwo/"
+}