Remove aleta-icon-theme template

This commit is contained in:
KF-Art 2023-11-19 21:43:04 -05:00
parent 267d8e240f
commit 13431325c3

View file

@ -1,26 +0,0 @@
# Template file for 'aleta-icon-theme'
pkgname=aleta-icon-theme
version=1.1pre8.2022.09.18
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 <https://github.com/KF-Art>"
license="CC-BY-SA-4.0"
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}/
vcopy AUTHORS.md ${_icondir}/aleta/
vlicense LICENSES/CC-BY-SA-4.0.txt
}