mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
New package: python3-click-aliases-1.0.5
This commit is contained in:
parent
bf556220eb
commit
8d0e7cde59
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-click-aliases/template
Normal file
17
srcpkgs/python3-click-aliases/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue