void-packages/srcpkgs/papirus-icon-theme/template
2019-11-06 07:48:54 +01:00

17 lines
593 B
Bash

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