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