void-packages/srcpkgs/papirus-icon-theme/template
2020-07-07 18:58:32 +02:00

18 lines
593 B
Bash

# Template file for 'papirus-icon-theme'
pkgname=papirus-icon-theme
version=20200702
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=3d45fd1f7611674fc0d96958e1ea1d33b55591b643961afe130a1804f25323c4
do_install() {
vmkdir usr/share/icons
vcopy Papirus* usr/share/icons/
vcopy ePapirus usr/share/icons/
}