void-packages/srcpkgs/adwaita-plus/template
Đoàn Trần Công Danh 69f75b3e4f adwaita-plus: remove noarch
2020-11-21 16:31:37 +07:00

15 lines
506 B
Bash

# Template file for 'adwaita-plus'
pkgname=adwaita-plus
version=5.0
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=c83a867a713b7ec0fe01c95fa2b1118ef97e8bdb62bc4467f317ea8c611b50d1
do_install() {
vmkdir usr/share/icons
vcopy Adwaita++* usr/share/icons/
}