From ccd618057bc8e32c82b681cafff143a3cf152fc1 Mon Sep 17 00:00:00 2001 From: Martin Dimov Date: Mon, 30 May 2022 17:29:22 +0300 Subject: [PATCH] New package: python3-colour-0.1.5 --- srcpkgs/python3-colour/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/python3-colour/template diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template new file mode 100644 index 00000000000..11f81b82b3b --- /dev/null +++ b/srcpkgs/python3-colour/template @@ -0,0 +1,16 @@ +# Template file for 'python3-colour' +pkgname=python3-colour +version=0.1.5 +revision=1 +depends="python3" +short_desc="Python library, converts and manipulates various color representation" +maintainer="Martin Dimov " +license="BSD-2-Clause" +homepage="https://github.com/vaab/colour" +distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz" +checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91 + +do_install() { + vinstall colour.py 644 $py3_sitelib + vlicense LICENSE +}