void-packages/srcpkgs/io.elementary.icons/template
2019-02-12 00:49:59 -02:00

19 lines
624 B
Bash

# Template file for 'io.elementary.icons'
pkgname=io.elementary.icons
version=5.0.3
revision=1
wrksrc="icons-${version}"
build_style=meson
short_desc="Named, vector icons for elementary OS"
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/elementary/icons"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=51ea67854f70990227576137498f8145468c4cf98c54417d4415bf702517d10a
post_install() {
# How did that get there?
rm -- "${DESTDIR}/.VolumeIcon."*
# elementary branding ¯\_O_/¯
rm -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
}