pylint: install manpages
This commit is contained in:
parent
494bdf0dcf
commit
c0238e89e6
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pylint'
|
||||
pkgname=pylint
|
||||
version=2.6.0
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="pylint-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -28,6 +28,10 @@ post_install() {
|
|||
vsconf examples/pylintrc_camelcase
|
||||
vsconf elisp/pylint.el
|
||||
vsconf elisp/pylint-flymake.el
|
||||
|
||||
for f in man/*; do
|
||||
vman "$f"
|
||||
done
|
||||
}
|
||||
|
||||
python3-pylint_package() {
|
||||
|
|
Loading…
Reference in a new issue