From f454738cc693715d17b02fc779b7fbdeef0bbe08 Mon Sep 17 00:00:00 2001 From: Ananteris Date: Fri, 1 Sep 2023 14:45:47 +0200 Subject: [PATCH] New package: python3-colorthief-0.2.1 --- srcpkgs/python3-colorthief/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-colorthief/template diff --git a/srcpkgs/python3-colorthief/template b/srcpkgs/python3-colorthief/template new file mode 100644 index 0000000000000..ae94d78a19bf1 --- /dev/null +++ b/srcpkgs/python3-colorthief/template @@ -0,0 +1,17 @@ +# Template file for 'python3-colorthief' +pkgname=python3-colorthief +version=0.2.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-Pillow" +short_desc="Grabs the dominant color palette from an image" +maintainer="Ananteris " +license="BSD-3-Clause" +homepage="https://github.com/fengsp/color-thief-py" +distfiles="https://github.com/fengsp/color-thief-py/archive/refs/tags/${version}.tar.gz" +checksum=f2c47cad43809048adb9be1e4e63519d32e3b68532e8f0ab7bf46a58ddf7d099 + +post_install() { + vlicense LICENSE +}