diff --git a/srcpkgs/calamares-branding/template b/srcpkgs/calamares-branding/template new file mode 100644 index 0000000..e7b8793 --- /dev/null +++ b/srcpkgs/calamares-branding/template @@ -0,0 +1,24 @@ +# Template file for 'calamares-branding' +pkgname=calamares-branding +version=20220609 +revision=1 +hostmakedepends="git" +_brandingdir="etc/calamares/branding/cereus" +repository="cereus-core" +short_desc="Calamares branding for Cereus Linux" +maintainer="KF-Art " +license="CC-BY-SA-4.0" +homepage="https://github.com/CereusLinuxProject/Cereus-Artwork/tree/main/calamares-branding" + +do_fetch() { + git clone https://github.com/CereusLinuxProject/Cereus-Artwork/ ${wrksrc} +} + +do_install() { + vmkdir ${_brandingdir} + vcopy ${pkgname}/*.png ${_brandingdir} + cp branding/cereus-logo-512x512.png branding/logo.png + vinstall branding/logo.png 0644 ${_brandingdir} + vinstall ${pkgname}/branding.desc 0644 ${_brandingdir} + vlicense LICENSE +}