summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDag Robole2016-04-15 19:05:01 +0200
committerDag Robole2016-04-15 19:05:01 +0200
commit161f187e37a322df215997415df8a5c18da03c84 (patch)
tree7a5431a034c52ac7e67dfef3f55fd4c944df2b47 /PKGBUILD
downloadaur-161f187e37a322df215997415df8a5c18da03c84.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
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/"
+}