diff --git a/srcpkgs/ilustraciones-icon-theme/template b/srcpkgs/ilustraciones-icon-theme/template new file mode 100644 index 0000000..664af6d --- /dev/null +++ b/srcpkgs/ilustraciones-icon-theme/template @@ -0,0 +1,22 @@ +# Template file for 'ilustraciones-icon-theme' +pkgname=ilustraciones-icon-theme +version=20220422 +revision=1 +repository=cereus-extra +hostmakedepends="git" +short_desc="Flat icon pack inspired on Pixelitos icon theme" +maintainer="Kevin F. " +license="MIT" +homepage="https://github.com/ItzSelenux/ilustraciones-icon-theme" + +do_fetch() { + git clone https://github.com/ItzSelenux/ilustraciones-icon-theme ${wrksrc} + rm -r ${wrksrc}/.github +} + +do_install() { + vmkdir usr/share/icons/ilustraciones + vcopy ./* usr/share/icons/ilustraciones + vlicense LICENSE +} +