From 082acfa0b3e9f024098d4126d350ecd29bb37861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 30 Jun 2022 13:05:44 +0200 Subject: [PATCH] New package: python3-straight.plugin-1.5.0 --- srcpkgs/python3-straight.plugin/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-straight.plugin/template 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 +}