void-packages/srcpkgs/python3-vint/template
Jan Christian Grünhage beb9ec7230 scrpkgs/: orphan Joseph LaFreniere's packages
This includes:
 - python3-GitPython
 - python3-ansible-lint
 - python3-ansicolor
 - python3-bitbucket-api
 - python3-gitdb
 - python3-github3
 - python3-gitlab
 - python3-gogs-client
 - python3-ndg_httpsclient
 - python3-progress
 - python3-proselint
 - python3-smmap
 - python3-vint
 - python3-voluptuous
 - python3-yamllint
 - tokei
2021-10-14 18:34:56 +02:00

19 lines
615 B
Bash

# Template file for 'python3-vint'
pkgname=python3-vint
version=0.3.19
revision=6
wrksrc="vim-vint-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
short_desc="Lint tool for Vim script language (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/Kuniwak/vint"
distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz"
checksum=aba8938f4c720e5c70a25f4dc7d845c5ce87aba0b778d1686f18b8da0c88f234
conflicts="python-vint>=0"
post_install() {
vlicense LICENSE.txt
}