# Template file for 'python3-click'
pkgname=python3-click
version=8.3.1
revision=1
build_style="python3-pep517"
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest less"
short_desc="Python3 package for creating beautiful command line interfaces"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/click/"
changelog="https://raw.githubusercontent.com/pallets/click/main/CHANGES.rst"
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
checksum=12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a

post_install() {
	vlicense LICENSE.txt
}
