summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLara Maia2015-06-12 00:38:58 -0300
committerLara Maia2015-06-12 00:38:58 -0300
commit910cb5104b61640ace6ac447842a3bb547397d54 (patch)
treec776c60463d4abe7a2931d674a6c04b0b3173034 /PKGBUILD
downloadaur-geany-theme-retro.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5f7f6414a2e1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Lara Maia <lara@craft.net.br>
+
+pkgname=geany-theme-retro
+pkgdesc='A green retro theme for geany'
+url='http://lara.craft.net.br'
+pkgver=1
+pkgrel=3
+arch=(any)
+license=('GPL')
+depends=('geany')
+
+source=("http://lara.craft.net.br/Geany/retro.conf")
+md5sums=('beaf14e5aa25d73230d09c8bf43be127')
+
+package() {
+ install -Dm644 "$srcdir"/retro.conf "$pkgdir"/usr/share/geany/colorschemes/retro.conf
+}