17 lines
519 B
Bash
17 lines
519 B
Bash
|
# Template file for 'adwaita-plus'
|
||
|
pkgname=adwaita-plus
|
||
|
version=5.0
|
||
|
revision=1
|
||
|
archs=noarch
|
||
|
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=c83a867a713b7ec0fe01c95fa2b1118ef97e8bdb62bc4467f317ea8c611b50d1
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr/share/icons
|
||
|
vcopy Adwaita++* usr/share/icons/
|
||
|
}
|