mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=2.6.0
|
version=2.6.0
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="pylint-${version}"
|
wrksrc="pylint-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -28,6 +28,10 @@ post_install() {
|
||||||
vsconf examples/pylintrc_camelcase
|
vsconf examples/pylintrc_camelcase
|
||||||
vsconf elisp/pylint.el
|
vsconf elisp/pylint.el
|
||||||
vsconf elisp/pylint-flymake.el
|
vsconf elisp/pylint-flymake.el
|
||||||
|
|
||||||
|
for f in man/*; do
|
||||||
|
vman "$f"
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pylint_package() {
|
python3-pylint_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue