New Package: calamares-branding-20220609_1

This commit is contained in:
KF-Art 2022-06-14 10:51:08 -04:00
parent 20a59fc20f
commit 3a2841d448

View file

@ -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 <https://github.com/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
}