# Template file for 'python3-click-option-group'
pkgname=python3-click-option-group
version=0.5.9
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-click"
short_desc="Click-extension package that adds option groups missing in Click"
maintainer="John <me@johnnynator.dev>"
license="BSD-3-Clause "
homepage="https://github.com/click-contrib/click-option-group"
distfiles="${PYPI_SITE}/c/click-option-group/click_option_group-${version}.tar.gz"
checksum=f94ed2bc4cf69052e0f29592bd1e771a1789bd7bfc482dd0bc482134aff95823

post_install() {
	vlicense LICENSE
}
