summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robole2016-04-15 19:05:01 +0200
committerDag Robole2016-04-15 19:05:01 +0200
commit161f187e37a322df215997415df8a5c18da03c84 (patch)
tree7a5431a034c52ac7e67dfef3f55fd4c944df2b47
downloadaur-161f187e37a322df215997415df8a5c18da03c84.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c5cd5b3ae12e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fluxbox-style-numix
+ pkgdesc = Numix style for Fluxbox
+ pkgver = 20160415
+ pkgrel = 1
+ url = https://github.com/corebob/fluxbox-style-numix
+ arch = any
+ license = GPL3
+ source = https://github.com/corebob/fluxbox-style-numix/archive/v0.1.zip
+ md5sums = 3e9cb63be4310a404c6c386578c47759
+
+pkgname = fluxbox-style-numix
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c991f0a9b74a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=fluxbox-style-numix
+pkgver=20160415
+pkgrel=1
+pkgdesc="Numix style for Fluxbox"
+url="https://github.com/corebob/fluxbox-style-numix"
+license=('GPL3')
+arch=('any')
+source=("https://github.com/corebob/fluxbox-style-numix/archive/v0.1.zip")
+md5sums=('3e9cb63be4310a404c6c386578c47759')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/fluxbox/styles/numix"
+ cp -r ${srcdir}/fluxbox-style-numix-0.1/numix "${pkgdir}/usr/share/fluxbox/styles/"
+}