summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c86b6de884b3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fluxbox-style-zukitwo
+ pkgdesc = Zukitwo style for Fluxbox
+ pkgver = 20150815
+ pkgrel = 1
+ url = https://github.com/corebob/fluxbox-style-zukitwo
+ arch = any
+ license = CCPL
+ source = https://github.com/corebob/fluxbox-style-zukitwo/archive/master.zip
+ md5sums = f34cfaab090cb02a1c73d6770e1bd52f
+
+pkgname = fluxbox-style-zukitwo
+
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/"
+}