16 lines
506 B
Bash
16 lines
506 B
Bash
# Template file for 'adwaita-plus'
|
|
pkgname=adwaita-plus
|
|
version=6.1
|
|
revision=2
|
|
short_desc="Modern third-party icons theme based on GNOME's Adwaita"
|
|
maintainer="Gustavo Costa <gusbemacbe@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/Bonandry/adwaita-plus"
|
|
distfiles="https://github.com/Bonandry/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=f8c791754110b7b9c19f50fb19f5344ad0a50e5834ca25a1161312eacfbf027b
|
|
|
|
do_install() {
|
|
vmkdir usr/share/icons
|
|
vcopy Adwaita++* usr/share/icons/
|
|
}
|