1 # Contributor: Anibal Pacheco <apacheco.uy@gmail.com>
5 pkgdesc='A static analysis tool that checks (or "lints") projects and applications that use the Django web development framework.'
8 url="http://chris-lamb.co.uk/projects/django-lint/"
10 provides=('django-lint')
12 source=('http://chris-lamb.co.uk/releases/django-lint/django-lint-0.13/django-lint-0.13.tar.gz')
13 md5sums=('8c14aa428cd802fc3ecd7a0e405e0f13')
17 cd $srcdir/django-lint
18 python2 setup.py install --root=$pkgdir || return 1
20 # copying and readme information
21 install -D -m644 COPYING $pkgdir/usr/share/doc/$pkgname/COPYING
22 install -D -m644 README.rst $pkgdir/usr/share/doc/$pkgname/README.rst