summaryrefslogtreecommitdiff
path: root/homebrew/djangocompletion
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/djangocompletion')
-rw-r--r--homebrew/djangocompletion/.beer16
-rw-r--r--homebrew/djangocompletion/.make.sh-auto2
-rw-r--r--homebrew/djangocompletion/_metadata/description1
-rw-r--r--homebrew/djangocompletion/_metadata/homepage1
-rw-r--r--homebrew/djangocompletion/_metadata/name1
-rw-r--r--homebrew/djangocompletion/_metadata/version1
-rwxr-xr-xhomebrew/djangocompletion/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/djangocompletion/.beer b/homebrew/djangocompletion/.beer
new file mode 100644
index 000000000..dea3a90fa
--- /dev/null
+++ b/homebrew/djangocompletion/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "DjangoCompletion",
+ "description": "Bash completion for Django",
+ "url": "https://github.com/django/django/archive/2.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/django/django",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bash_completion.install \"extras/django_bash_completion\" => \"django\""
+ ],
+ "version": "2.2",
+ "file": "django-completion.rb"
+} \ No newline at end of file
diff --git a/homebrew/djangocompletion/.make.sh-auto b/homebrew/djangocompletion/.make.sh-auto
new file mode 100644
index 000000000..d1317412a
--- /dev/null
+++ b/homebrew/djangocompletion/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bash_completion.install "extras/django_bash_completion" => "django"
diff --git a/homebrew/djangocompletion/_metadata/description b/homebrew/djangocompletion/_metadata/description
new file mode 100644
index 000000000..154c1bba3
--- /dev/null
+++ b/homebrew/djangocompletion/_metadata/description
@@ -0,0 +1 @@
+Bash completion for Django
diff --git a/homebrew/djangocompletion/_metadata/homepage b/homebrew/djangocompletion/_metadata/homepage
new file mode 100644
index 000000000..65950aab5
--- /dev/null
+++ b/homebrew/djangocompletion/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/django/django
diff --git a/homebrew/djangocompletion/_metadata/name b/homebrew/djangocompletion/_metadata/name
new file mode 100644
index 000000000..1a7461f40
--- /dev/null
+++ b/homebrew/djangocompletion/_metadata/name
@@ -0,0 +1 @@
+DjangoCompletion
diff --git a/homebrew/djangocompletion/_metadata/version b/homebrew/djangocompletion/_metadata/version
new file mode 100644
index 000000000..8bbe6cf74
--- /dev/null
+++ b/homebrew/djangocompletion/_metadata/version
@@ -0,0 +1 @@
+2.2
diff --git a/homebrew/djangocompletion/download.sh b/homebrew/djangocompletion/download.sh
new file mode 100755
index 000000000..a6ef81b2d
--- /dev/null
+++ b/homebrew/djangocompletion/download.sh
@@ -0,0 +1 @@
+wget https://github.com/django/django/archive/2.2.tar.gz \ No newline at end of file