21 lines
652 B
Bash
21 lines
652 B
Bash
# Template file for 'python3-click-plugins'
|
|
pkgname=python3-click-plugins
|
|
version=1.1.1
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="click-plugins-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="click-plugins"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-click"
|
|
short_desc="Python3-click module extension to register CLI commands"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://pypi.org/project/click-plugins"
|
|
distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
|
|
checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|