summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
+}