19 lines
582 B
Bash
19 lines
582 B
Bash
# Template file for 'python3-click-repl'
|
|
pkgname=python3-click-repl
|
|
version=0.1.6
|
|
revision=3
|
|
wrksrc="click-repl-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-click python3-prompt_toolkit"
|
|
short_desc="REPL plugin for Click"
|
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/click-contrib/click-repl"
|
|
distfiles="${PYPI_SITE}/c/click-repl/click-repl-${version}.tar.gz"
|
|
checksum=b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|