New package: yaru-plus-3.0

This commit is contained in:
gustavo Costa 2019-11-01 13:08:59 -03:00 committed by John Zimmermann
parent 034fa35c6f
commit ae62ae0e32

View file

@ -0,0 +1,16 @@
# 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/
}