summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7CTech2016-04-20 13:55:23 +1000
committer7CTech2016-04-20 13:55:23 +1000
commita00d23419c17a139075aee7bd8048347337d354a (patch)
tree7eec5d101dbb7a0ccdfe17c03c49ad87698b9d58
downloadaur-a00d23419c17a139075aee7bd8048347337d354a.tar.gz
First commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..26168dcea7e3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Apr 20 03:54:53 UTC 2016
+pkgbase = flatabulous
+ pkgdesc = This is a Flat theme for Ubuntu and other Gnome based Linux Systems.
+ pkgver = 15.04.1
+ pkgrel = 1
+ url = https://blog.anmoljagetia.me/flatabulous-ubuntu-theme/
+ arch = any
+ license = MIT
+ depends = gtk3
+ source = flatabulous-pkgver::https://github.com/anmoljagetia/Flatabulous/releases/download/15.04.1/Flatabulous-Theme.deb
+ sha256sums = bdfc94f4329c256dcfb0ab1ae7e577e0670dfecaae80e7b4e6187eddbd2db1fb
+
+pkgname = flatabulous
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..651d7b51429e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer:CTech <ctech.exe@gmail.com>
+
+pkgname=flatabulous
+pkgver=15.04.1
+pkgrel=1
+pkgdesc="This is a Flat theme for Ubuntu and other Gnome based Linux Systems."
+arch=('any')
+url="https://blog.anmoljagetia.me/flatabulous-ubuntu-theme/"
+license=('MIT')
+depends=('gtk3')
+source=("$pkgname-pkgver::https://github.com/anmoljagetia/Flatabulous/releases/download/15.04.1/Flatabulous-Theme.deb")
+sha256sums=('bdfc94f4329c256dcfb0ab1ae7e577e0670dfecaae80e7b4e6187eddbd2db1fb')
+
+package() {
+ msg2 "Extracting data.tar.gz"
+ bsdtar -zxf data.tar.gz -C "$pkgdir"
+}