void-packages/srcpkgs/papirus-icon-theme/template
2019-07-28 10:10:41 +02:00

17 lines
593 B
Bash

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