void-packages/srcpkgs/papirus-icon-theme/template
2021-10-23 21:57:10 -03:00

17 lines
580 B
Bash

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