blob: 427975658e43321012f18c2f6580262e1ee5686e (
plain)
1 # Description: allows to change the color of folders
2 # URL: https://github.com/PapirusDevelopmentTeam/papirus-folders
3 # Maintainer: Tim Biermann, tbier at posteo dot de
4 # Depends on: papirus-icon-theme
5
6 name=papirus-folders
7 version=1.12.0
8 release=1
9 source=(https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v$version/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13 make DESTDIR=$PKG install
14 [[ ! -d /lib/zsh || ! -d /usr/lib/zsh ]] && rm -r $PKG/usr/share/zsh
15 }
|