19 lines
625 B
Bash
19 lines
625 B
Bash
# Template file for 'python3-vint'
|
|
pkgname=python3-vint
|
|
version=0.3.19
|
|
revision=5
|
|
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
|
|
}
|