summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxwell Pray2016-05-08 23:12:51 -0700
committerMaxwell Pray2016-05-08 23:12:51 -0700
commitcde8785eb32316dce404c3913d7c7e05dd28995d (patch)
tree4bea5523d7fd6b0eca3a270bfa5c6926785fd186 /PKGBUILD
downloadaur-hope-gtk3-theme.tar.gz
Initial commit.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0f3dde160d19
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
+
+pkgname="hope-gtk3-theme"
+pkgver="1.2"
+pkgrel="1"
+pkgdesc="A light-and-dark, and dark-and-darker set of themes."
+arch=("any")
+license=("GPL")
+url="http://grvrulz.deviantart.com/art/Hope-gtk3-206207315"
+source=("https://www.dropbox.com/s/my1hnl0r8vwl9ej/hope_gtk3_by_grvrulz-d3erqkz.7z")
+md5sums=("b8736d21fc86a8f291fb1c547e38f8fb")
+
+package() {
+ mkdir -p "$pkgdir/usr/share/themes"
+
+ cp -r \
+ "$srcdir/Hope" \
+ "$srcdir/Hope-DT" \
+ "$pkgdir/usr/share/themes"
+}