17 lines
593 B
Bash
17 lines
593 B
Bash
# Template file for 'papirus-icon-theme'
|
|
pkgname=papirus-icon-theme
|
|
version=20190521
|
|
revision=1
|
|
archs=noarch
|
|
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=608f3172bce36d684416c51397c5f2e84b91e755c5382b1ad81daf1946cb5acf
|
|
|
|
do_install() {
|
|
vmkdir usr/share/icons
|
|
vcopy Papirus* usr/share/icons/
|
|
vcopy ePapirus usr/share/icons/
|
|
}
|