summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robøle2015-08-18 20:03:50 +0200
committerDag Robøle2015-08-18 20:03:50 +0200
commitbf1ed18189bf71244080f75638303bc50e775e58 (patch)
tree2904d2df4cf96aa6b59ab2e8bf7bd243fcc64a22
downloadaur-bf1ed18189bf71244080f75638303bc50e775e58.tar.gz
Initial commit
-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..36776d152f7c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fluxbox-style-hellbent
+ pkgdesc = Hellbent style for Fluxbox
+ pkgver = 20150818
+ pkgrel = 1
+ url = https://github.com/corebob/fluxbox-style-hellbent
+ arch = any
+ license = CCPL
+ source = https://github.com/corebob/fluxbox-style-hellbent/archive/master.zip
+ md5sums = 36ea04b497d0664e8ab3e0ed4a59592b
+
+pkgname = fluxbox-style-hellbent
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ed03e7e621f4
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: dag.robole at gmail dot com
+
+pkgname=fluxbox-style-hellbent
+pkgver=20150818
+pkgrel=1
+pkgdesc="Hellbent style for Fluxbox"
+url="https://github.com/corebob/fluxbox-style-hellbent"
+license=('CCPL')
+arch=('any')
+source=("https://github.com/corebob/fluxbox-style-hellbent/archive/master.zip")
+md5sums=('36ea04b497d0664e8ab3e0ed4a59592b')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/fluxbox/styles/hellbent/"
+ cp -r ${srcdir}/fluxbox-style-hellbent-master/* "${pkgdir}/usr/share/fluxbox/styles/"
+}