diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template new file mode 100644 index 00000000000..8d258f30e57 --- /dev/null +++ b/srcpkgs/python3-click-repl/template @@ -0,0 +1,19 @@ +# Template file for 'python3-click-repl' +pkgname=python3-click-repl +version=0.1.6 +revision=1 +archs=noarch +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 " +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 +}