summaryrefslogtreecommitdiffstats
path: root/pylint/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/Pkgfile')
-rw-r--r--pylint/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/pylint/Pkgfile b/pylint/Pkgfile
new file mode 100644
index 000000000..9c43a6f0a
--- /dev/null
+++ b/pylint/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Analyseur statique de code Python
+# URL: http://www.logilab.org/857
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on:
+# Run on:
+
+name=pylint
+version=0.25.1
+release=1
+source=(http://download.logilab.org/pub/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python2 setup.py build
+ python2 setup.py install --root=$PKG
+}