From e1836a1e8c7f502bf97412bddd83023f4fa9df07 Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Wed, 11 Jun 2025 11:58:07 +0200 Subject: [PATCH] New package: python3-modern_colorthief-0.1.7 --- srcpkgs/python3-modern_colorthief/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-modern_colorthief/template diff --git a/srcpkgs/python3-modern_colorthief/template b/srcpkgs/python3-modern_colorthief/template new file mode 100644 index 00000000000..e6a94310c65 --- /dev/null +++ b/srcpkgs/python3-modern_colorthief/template @@ -0,0 +1,19 @@ +# Template file for 'python3-modern_colorthief' +pkgname=python3-modern_colorthief +version=0.1.7 +revision=1 +build_helper=rust +build_style=python3-pep517 +hostmakedepends="maturin cargo" +makedepends="python3 rust-std" +depends="python3" +short_desc="Colorthief but with modern codes" +maintainer="Hendrik Boll " +license="MIT" +homepage="https://github.com/baseplate-admin/modern_colorthief" +distfiles="${PYPI_SITE}/m/modern-colorthief/modern_colorthief-${version}.tar.gz" +checksum=2ff10dcb9a7c4cfbd1aeba899e3fe60d8ac652bc492f013784e05aafa2fa6a23 + +post_install() { + vlicense LICENSE +}