New package: adwaita-plus-5.0

This commit is contained in:
gustavo Costa 2020-01-19 08:15:40 -03:00 committed by Jürgen Buchmüller
parent 55abe22ddd
commit 6b534a5942

View file

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