diff --git a/srcpkgs/aleta-icon-theme/template b/srcpkgs/aleta-icon-theme/template new file mode 100644 index 0000000..95ac847 --- /dev/null +++ b/srcpkgs/aleta-icon-theme/template @@ -0,0 +1,25 @@ +# Template file for 'aleta-icon-theme' +pkgname=aleta-icon-theme +version=20220817 +revision=1 +hostmakedepends="git parallel optipng inkscape" +repository="cereus-extra" +_icondir="usr/share/icons" +short_desc="A material icon pack featuring gradients, squares, and white symbolics" +maintainer="KF-Art " +license="GPL-3.0-or-later" +homepage="https://git.owlcode.tech/germedeb/aleta-postre" + +do_fetch() { + git clone ${homepage} ${wrksrc} +} + +do_build() { + ./tasks/build.sh -r +} + +do_install() { + vmkdir ${_icondir} + vcopy _build/aleta ${_icondir}/ + vlicense LICENSE +}