void-packages/srcpkgs/papirus-icon-theme/template
2020-05-01 21:05:28 +02:00

18 lines
593 B
Bash

# Template file for 'papirus-icon-theme'
pkgname=papirus-icon-theme
version=20200430
revision=1
archs=noarch
short_desc="SVG icon theme for Linux, based on Paper Icon Set"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="GPL-3.0-or-later"
homepage="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
distfiles="https://github.com/PapirusDevelopmentTeam/${pkgname}/archive/${version}.tar.gz"
checksum=c0042a16fd2dbb5431d1744fdd68d4e68bf61446db22117498ea4b868387a029
do_install() {
vmkdir usr/share/icons
vcopy Papirus* usr/share/icons/
vcopy ePapirus usr/share/icons/
}