From c1717b0d2a831ed0663988b53bde8627744ee433 Mon Sep 17 00:00:00 2001 From: Ananteris Date: Fri, 1 Sep 2023 14:34:49 +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..aaabea240ca39 --- /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}.zip" +checksum=1acf0b68b9e727d26b7ede3aa7e0f57cdefd9c22194b842315cbe7007fc90884 + +post_install() { + vlicense LICENSE +}