diff --git a/srcpkgs/python3-straight.plugin/template b/srcpkgs/python3-straight.plugin/template new file mode 100644 index 00000000000..97d226d3113 --- /dev/null +++ b/srcpkgs/python3-straight.plugin/template @@ -0,0 +1,18 @@ +# Template file for 'python3-straight.plugin' +pkgname=python3-straight.plugin +version=1.5.0 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python plugin loading facility" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://straightplugin.readthedocs.io/" +distfiles="${PYPI_SITE}/s/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" +checksum=818a7641068932ed6436d0af0a3bb77bbbde29df0a7142c8bd1a249e7c2f0d38 + +post_install() { + vlicense LICENSE +}