diff --git a/srcpkgs/kde-material-you-colors/template b/srcpkgs/kde-material-you-colors/template new file mode 100644 index 00000000000000..6b932c0e64670b --- /dev/null +++ b/srcpkgs/kde-material-you-colors/template @@ -0,0 +1,17 @@ +# Template file for 'kde-material-you-colors' +pkgname=kde-material-you-colors +version=2.0.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="extra-cmake-modules AppStream python3-setuptools python3-wheel" +makedepends="qt6-base-devel" +depends="python3-dbus python3-numpy python3-Pillow python3-materialcolor python3-magic" +checkdepends="python3-pytest python3-pluggy" +short_desc="Automatic color scheme generator from your wallpaper for KDE Plasma" +maintainer="zenobit " +license="GPL-3.0-only" +homepage="https://github.com/luisbocanegra/kde-material-you-colors" +changelog="https://raw.githubusercontent.com/luisbocanegra/kde-material-you-colors/refs/heads/main/CHANGELOG.md" +distfiles="https://github.com/luisbocanegra/kde-material-you-colors/archive/refs/tags/v${version}.tar.gz" +checksum=77f3acedfc844b995d65f88cd52a1366b344425da42e09b7b1b8fdae091b6b92 +make_check=no # investigating diff --git a/srcpkgs/python3-materialcolor/template b/srcpkgs/python3-materialcolor/template new file mode 100644 index 00000000000000..ede08d6df57f85 --- /dev/null +++ b/srcpkgs/python3-materialcolor/template @@ -0,0 +1,22 @@ +# Template file for 'python3-materialcolor' +pkgname=python3-materialcolor +version=2.0.10 +revision=1 +#archs="i686 x86_64" +#build_wrksrc= +build_style=python3-pep517 +hostmakedepends="python3-Pillow python3-setuptools python3-wheel" +makedepends="python3-devel" +checkdepends="python3-pytest python3-pluggy python3-requests python3-rich" +short_desc="Material You color generation algorithms in python" +maintainer="zenobit " +license="MIT" +homepage="https://github.com/T-Dynamos/materialyoucolor-python" +changelog="https://github.com/T-Dynamos/materialyoucolor-python/releases" +distfiles="https://github.com/T-Dynamos/materialyoucolor-python/archive/refs/tags/v${version}.tar.gz" +checksum=12057b142b2282144fb00f18d588d46898a319df2b6af669f43f802b4b75800d +make_check=no # investigating + +post_install() { + vlicense LICENSE +}