17 lines
588 B
Bash
17 lines
588 B
Bash
# Template file for 'papirus-icon-theme'
|
|
pkgname=papirus-icon-theme
|
|
version=20240201
|
|
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/papirus-icon-theme/archive/${version}.tar.gz"
|
|
checksum=8ff3caded7862e5e6f531dbae54b213ff1cd3666d26f23357c6183173856f380
|
|
|
|
do_install() {
|
|
vmkdir usr/share/icons
|
|
vcopy Papirus* usr/share/icons/
|
|
vcopy ePapirus usr/share/icons/
|
|
}
|