summaryrefslogtreecommitdiff
path: root/homebrew/djangocompletion/.beer
blob: dea3a90fa504f93ed7cd621228ced637af57d816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}