New package: python3-click-aliases-1.0.5

This commit is contained in:
Mateusz Sylwestrzak 2024-09-09 21:15:37 +02:00 committed by classabbyamp
parent bf556220eb
commit 8d0e7cde59

View file

@ -0,0 +1,17 @@
# Template file for 'python3-click-aliases'
pkgname=python3-click-aliases
version=1.0.5
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-wheel"
depends="python3-click"
short_desc="Enable aliases for Click"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/click-contrib/click-aliases"
distfiles="${PYPI_SITE}/c/click_aliases/click_aliases-${version}.tar.gz"
checksum=e37d4cabbaad68e1c48ec0f063a59dfa15f0e7450ec901bd1ce4f4b954bc881d
post_install() {
vlicense LICENSE
}