New Package: aleta-icon-theme-20220817_1
This commit is contained in:
parent
11613508df
commit
dc1cdda9c2
1 changed files with 25 additions and 0 deletions
25
srcpkgs/aleta-icon-theme/template
Normal file
25
srcpkgs/aleta-icon-theme/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'aleta-icon-theme'
|
||||||
|
pkgname=aleta-icon-theme
|
||||||
|
version=20220817
|
||||||
|
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="GPL-3.0-or-later"
|
||||||
|
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}/
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue