26 lines
646 B
Bash
26 lines
646 B
Bash
# 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
|
|
}
|