From 11613508dfe31f477e00f9f9cb20069780f7ada9 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Mon, 15 Aug 2022 15:13:42 -0400 Subject: [PATCH] New Package: cereus-plymouth-theme-20220814_1 --- srcpkgs/cereus-plymouth-theme/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/cereus-plymouth-theme/template diff --git a/srcpkgs/cereus-plymouth-theme/template b/srcpkgs/cereus-plymouth-theme/template new file mode 100644 index 0000000..d2814c8 --- /dev/null +++ b/srcpkgs/cereus-plymouth-theme/template @@ -0,0 +1,22 @@ +# Template file for 'cereus-plymouth-theme' +pkgname=cereus-plymouth-theme +version=20220814 +revision=1 +hostmakedepends="git" +depends="plymouth" +repository="cereus-core" +_themedir="usr/share/plymouth/themes/cereus_simply" +short_desc="A simple Plymouth theme for Cereus Linux" +maintainer="KF-Art " +license="GPL-3.0-or-later" +homepage="https://github.com/CereusLinuxProject/cereus_simply" + +do_fetch() { + git clone ${homepage} ${wrksrc} +} + +do_install() { + vmkdir ${_themedir} + vcopy * ${_themedir}/ + vlicense LICENSE +}