From 3a2841d448d7e0536d0e20cb5137839420714b5c Mon Sep 17 00:00:00 2001 From: KF-Art Date: Tue, 14 Jun 2022 10:51:08 -0400 Subject: [PATCH] New Package: calamares-branding-20220609_1 --- srcpkgs/calamares-branding/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/calamares-branding/template 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 +}