blob: 92cc66b581b2a4f8387046f84cdb9c1a793e86e9 (
plain)
1 # Description: Papirus Icon Theme
2 # URL: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
3 # Maintainer: Tim Biermann, tbier at posteo dot de
4
5 name=papirus-icon-theme
6 version=20230104
7 release=1
8 source=(https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/$version/$name-$version.tar.gz)
9
10 build() {
11 cd $name-$version
12 make DESTDIR=$PKG install
13 find $PKG -name AUTHORS -name README -exec rm '{}' \+
14 }
|