New Package: calamares-branding-20220609_1
This commit is contained in:
parent
20a59fc20f
commit
3a2841d448
1 changed files with 24 additions and 0 deletions
24
srcpkgs/calamares-branding/template
Normal file
24
srcpkgs/calamares-branding/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue