summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..40b6c6972cc3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Jason Gonzalez <jason at jasong-designs dot com>
+
+pkgname=jgd-black
+pkgver=02_03_17
+pkgrel=1
+pkgdesc="Black and gray GTK theme collection (GTK 3.20+)"
+arch=('i686' 'x86_64')
+url="http://www.jasong-designs.com/2017/02/04/jgd-black-gtk3/"
+license=('GPL3')
+depends=('gtk3' 'gtk2' 'gtk-engines')
+optdepends=('openbox: optional window manager theme' 'ttf-dejavu: font support')
+changelog=
+source=("https://github.com/jgpws/jgd-black/raw/master/downloads/$pkgname-${pkgver//_/-}.tar.gz")
+
+package() {
+ cd "${srcdir}"
+ tar -xzvf jgd-black-02-03-17.tar.gz
+ sudo cp -R JGD-Black /usr/share/themes
+}
+
+md5sums=('808cb8268be57c12e694da26359d64b4')