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