16 lines
580 B
Bash
16 lines
580 B
Bash
# Template file for 'papirus-icon-theme'
|
|
pkgname=papirus-icon-theme
|
|
version=20201001
|
|
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=e71c8d5aa7bdd8f89c08df43493deac023c05ba344bf8168d1031611c6f028a0
|
|
|
|
do_install() {
|
|
vmkdir usr/share/icons
|
|
vcopy Papirus* usr/share/icons/
|
|
vcopy ePapirus usr/share/icons/
|
|
}
|