Correct aleta-icon-theme version and license
This commit is contained in:
parent
74d06f6e88
commit
da44f86e6f
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'aleta-icon-theme'
|
# Template file for 'aleta-icon-theme'
|
||||||
pkgname=aleta-icon-theme
|
pkgname=aleta-icon-theme
|
||||||
version=20220817
|
version=2022.08.17
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="git parallel optipng inkscape"
|
hostmakedepends="git parallel optipng inkscape"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
_icondir="usr/share/icons"
|
_icondir="usr/share/icons"
|
||||||
short_desc="A material icon pack featuring gradients, squares, and white symbolics"
|
short_desc="A material icon pack featuring gradients, squares, and white symbolics"
|
||||||
maintainer="KF-Art <https://github.com/KF-Art>"
|
maintainer="KF-Art <https://github.com/KF-Art>"
|
||||||
license="GPL-3.0-or-later"
|
license="CC-BY-SA-4.0"
|
||||||
homepage="https://git.owlcode.tech/germedeb/aleta-postre"
|
homepage="https://git.owlcode.tech/germedeb/aleta-postre"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
@ -21,5 +21,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir ${_icondir}
|
vmkdir ${_icondir}
|
||||||
vcopy _build/aleta ${_icondir}/
|
vcopy _build/aleta ${_icondir}/
|
||||||
|
vcopy AUTHORS.md ${_icondir}/aleta/
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue