19 lines
549 B
Bash
19 lines
549 B
Bash
# Template file for 'python3-click'
|
|
pkgname=python3-click
|
|
version=7.1.2
|
|
revision=5
|
|
wrksrc="click-${version}"
|
|
build_style="python3-module"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 package for creating beautiful command line interfaces"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://click.pocoo.org/"
|
|
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
|
|
checksum=d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|