void-packages/srcpkgs/python3-vint/template
2021-10-09 08:01:20 -04:00

18 lines
625 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="Joseph LaFreniere <joseph@lafreniere.xyz>"
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
}