From 95dbe25ec371d1a1cc20697e6b930c7c0332a434 Mon Sep 17 00:00:00 2001 From: c0m4r Date: Fri, 26 Jan 2024 20:20:54 +0100 Subject: [PATCH] Create template --- srcpkgs/python3-crossplane/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-crossplane/template diff --git a/srcpkgs/python3-crossplane/template b/srcpkgs/python3-crossplane/template new file mode 100644 index 0000000000000..4bdc50f00ec6d --- /dev/null +++ b/srcpkgs/python3-crossplane/template @@ -0,0 +1,19 @@ +# Template file for 'python3-crossplane' +pkgname=python3-crossplane +version=0.5.8 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools python3-wheel" +makedepends="python3-devel" +depends="python3" +checkdepends="python3-pytest tox python3-pluggy" +short_desc="NGINX configuration file parser and builder module for Python3" +maintainer="c0m4r " +license="Apache-2.0" +homepage="https://github.com/nginxinc/crossplane" +distfiles="https://github.com/nginxinc/crossplane/archive/refs/tags/v${version}.tar.gz" +checksum=e4992f267b3fd6318334140a842131daa37124f6d0c4f9300c836d21949ec70e + +post_install() { + vlicense LICENSE +}