17 lines
506 B
Bash
17 lines
506 B
Bash
|
# Template file for 'yaru-plus'
|
||
|
pkgname=yaru-plus
|
||
|
version=3.0
|
||
|
revision=1
|
||
|
archs=noarch
|
||
|
short_desc="Elegant Canonical's Yaru-based third-party icons theme"
|
||
|
maintainer="Gustavo Costa <gusbemacbe@gmail.com>"
|
||
|
license="GPL-3.0-or-later"
|
||
|
homepage="https://github.com/Bonandry/yaru-plus"
|
||
|
distfiles="https://github.com/Bonandry/${pkgname}/archive/v${version}.tar.gz"
|
||
|
checksum=02491bd251358bd5b6dab89a910c274ba8dbf081dd5b5db5757a0a3c6bdcf618
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr/share/icons
|
||
|
vcopy Yaru++* usr/share/icons/
|
||
|
}
|