vp-build/srcpkgs/papirus-icon-theme/template

24 lines
878 B
Bash

# Template file for 'papirus-icon-theme'
pkgname=papirus-icon-theme
version=20180816
revision=1
build_style=fetch
noarch=yes
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=34b2d718eee43fe8f1b75ef99809d7379b111646138d0ba9f34e034fff4e3db3
do_install() {
tar xzf ${version}.tar.gz --strip 1
vmkdir usr/share/icons
vcopy ePapirus usr/share/icons/ePapirus
vcopy Papirus usr/share/icons/Papirus
vcopy Papirus-Adapta usr/share/icons/Papirus-Adapta
vcopy Papirus-Adapta-Nokto usr/share/icons/Papirus-Adapta-Nokto
vcopy Papirus-Dark usr/share/icons/Papirus-Dark
vcopy Papirus-Light usr/share/icons/Papirus-Light
}