summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Zamarin2015-06-08 11:42:34 +0300
committerArthur Zamarin2015-06-08 11:42:34 +0300
commit8270e7832ecb5a7a53704b169261ba9f8273389f (patch)
tree4856c455f4694eac010ac9f1a803f59823bab644 /PKGBUILD
downloadaur-bash-completion-django.tar.gz
Initial Commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b77219f88d63
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
+
+pkgname=bash-completion-django
+pkgver=20130925
+pkgrel=1
+pkgdesc="Bash completion for django"
+arch=(any)
+url="https://docs.djangoproject.com/en/dev/ref/django-admin/?from=olddocs#bash-completion"
+license=('GPL')
+depends=('bash-completion')
+source=('https://github.com/django/django/raw/master/extras/django_bash_completion')
+md5sums=('2723e26eb4d796a1fe35b20d33798fbf')
+
+
+package() {
+ install -Dm644 ${srcdir}/django_bash_completion ${pkgdir}/etc/bash_completion.d/django
+
+} \ No newline at end of file