updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / django-lint / PKGBUILD
blobf632f419ca56d378038012aa66c0c9d8d992e2b9
1 # Contributor: Anibal Pacheco <apacheco.uy@gmail.com>
2 pkgname="django-lint"
3 pkgver=0.13
4 pkgrel=3
5 pkgdesc='A static analysis tool that checks (or "lints") projects and applications that use the Django web development framework.'
6 arch=('i686' 'x86_64')
7 license=('GPL')
8 url="http://chris-lamb.co.uk/projects/django-lint/"
9 depends=('pylint')
10 provides=('django-lint')
11 options=(!emptydirs)
12 source=('http://chris-lamb.co.uk/releases/django-lint/django-lint-0.13/django-lint-0.13.tar.gz')
13 md5sums=('8c14aa428cd802fc3ecd7a0e405e0f13')
15 build() {
16   # installation
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