New package: python3-click-plugins-1.1.1
This commit is contained in:
parent
cd536e8d01
commit
c4344b999e
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-click-plugins/template
Normal file
20
srcpkgs/python3-click-plugins/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-click-plugins'
|
||||||
|
pkgname=python3-click-plugins
|
||||||
|
version=1.1.1
|
||||||
|
revision=1
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue