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 +}