forked from ports/contrib
16 lines
486 B
Plaintext
16 lines
486 B
Plaintext
|
# Description: allows to change the color of folders
|
||
|
# URL: https://github.com/PapirusDevelopmentTeam/papirus-folders
|
||
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||
|
# Depends on: papirus-icon-theme
|
||
|
|
||
|
name=papirus-folders
|
||
|
version=1.7.0
|
||
|
release=1
|
||
|
source=(https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v$version/$name-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
make DESTDIR=$PKG install
|
||
|
[ ! -d /lib/zsh || ! -d /usr/lib/zsh ] && rm -r $PKG/usr/share/zsh
|
||
|
}
|