summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robøle2015-08-13 17:01:03 +0200
committerDag Robøle2015-08-13 17:01:03 +0200
commit7959fce40c80de51bf768609b36214b0eec4891a (patch)
tree9f075639d8c94c609b66b776583a3f486bddef38
downloadaur-7959fce40c80de51bf768609b36214b0eec4891a.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..0397109febf0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fluxbox-style-elegant-brit
+ pkgdesc = Elegant Brit style for Fluxbox
+ pkgver = 20150813
+ pkgrel = 1
+ url = https://github.com/corebob/fluxbox-style-elegant-brit
+ arch = any
+ license = GPL3
+ source = https://github.com/corebob/fluxbox-style-elegant-brit/archive/master.zip
+ md5sums = a2c9691207fb539312aa7bdad58d3fe9
+
+pkgname = fluxbox-style-elegant-brit
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d65df5f712a5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: dag.robole at gmail dot com
+
+pkgname=fluxbox-style-elegant-brit
+pkgver=20150813
+pkgrel=1
+pkgdesc="Elegant Brit style for Fluxbox"
+url="https://github.com/corebob/fluxbox-style-elegant-brit"
+license=('GPL3')
+arch=('any')
+source=("https://github.com/corebob/fluxbox-style-elegant-brit/archive/master.zip")
+md5sums=('a2c9691207fb539312aa7bdad58d3fe9')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/fluxbox/styles/Elegant Brit/"
+ cp -r ${srcdir}/fluxbox-style-elegant-brit-master/* "${pkgdir}/usr/share/fluxbox/styles/Elegant Brit/"
+}