summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO13
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
3 files changed, 48 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..0eacbc0b1507
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,13 @@
+pkgbase = geany-checkpath
+ pkgdesc = Geany wrapper for autodetect permissions/root
+ pkgver = 2.3
+ pkgrel = 4
+ url = http://lara.craft.net.br/
+ arch = any
+ license = GPL
+ depends = sudo
+ depends = geany
+ source = http://lara.craft.net.br/geany-checkpath.sh
+
+pkgname = geany-checkpath
+
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..509c89943fe5
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = geany-checkpath
+ pkgdesc = Geany wrapper for autodetect permissions/root
+ pkgver = 2.3
+ pkgrel = 4
+ url = http://lara.craft.net.br/
+ arch = any
+ license = GPL
+ depends = sudo
+ depends = geany
+ source = http://lara.craft.net.br/geany-checkpath.sh
+ md5sums = d5641706739e486128ba71b5e73ccdb9
+
+pkgname = geany-checkpath
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..56879ad4ce13
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Lara Maia <lara@craft.net.br>
+# Contributor: BlackICE <blackice@craft.net.br>
+
+pkgname=geany-checkpath
+pkgdesc='Geany wrapper for autodetect permissions/root'
+url='http://lara.craft.net.br/'
+
+pkgver=2.3
+pkgrel=4
+arch=('any')
+
+license=('GPL')
+
+depends=('sudo' 'geany')
+
+source=('http://lara.craft.net.br/geany-checkpath.sh')
+md5sums=('d5641706739e486128ba71b5e73ccdb9')
+
+package() {
+ install -Dm755 "$srcdir"/geany-checkpath.sh "$pkgdir"/usr/bin/geany_checkpath
+}