# Template file for 'vermin'
pkgname=vermin
version=1.8.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
short_desc="Concurrently detect the minimum Python versions needed to run code"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://github.com/netromdk/vermin"
changelog="https://github.com/netromdk/vermin/releases"
distfiles="https://github.com/netromdk/vermin/archive/refs/tags/v${version}.tar.gz"
checksum=a1f3692f8c69b1f7ed1f417bfa2d63407e0213f33f92070762b08d198c0a59e8

do_check() {
	make test
}

post_install() {
	vlicense LICENSE.txt
}
