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