void-packages/srcpkgs/python3-vint/template
Joel Beckmeyer 9ecb937320 python3-vint: update to 0.3.21.
Switch distfiles to Github source since it includes the tests.
2022-02-25 18:59:42 -05:00

20 lines
668 B
Bash

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