From cbbe77a4e405db9a8cc86e82b8ee72d61b80abc7 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Fri, 22 Apr 2022 18:35:43 -0400 Subject: [PATCH] New Package: ilustraciones-icon-theme-20220422_1 --- srcpkgs/ilustraciones-icon-theme/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/ilustraciones-icon-theme/template 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 +} +