23 lines
595 B
Bash
23 lines
595 B
Bash
# Template file for 'ilustraciones-icon-theme'
|
|
pkgname=ilustraciones-icon-theme
|
|
version=2022.09.17
|
|
revision=1
|
|
repository=cereus-extra
|
|
hostmakedepends="git"
|
|
short_desc="Flat icon pack inspired on Pixelitos icon theme"
|
|
maintainer="Kevin F. <https://github.com/KF-Art>"
|
|
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
|
|
rm install.sh
|
|
vcopy ./* usr/share/icons/ilustraciones
|
|
vlicense LICENSE
|
|
}
|
|
|