pylint
This commit is contained in:
parent
3b15e0541d
commit
0b5f2b6b11
|
@ -12,8 +12,8 @@ devir=1
|
|||
kaynak=()
|
||||
|
||||
derle() {
|
||||
git clone https://github.com/PyCQA/pylint.git
|
||||
cd pylint
|
||||
git_indir https://github.com/PyCQA/pylint.git pylint
|
||||
cd $SRC/pylint
|
||||
python3 setup.py check
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue