16 lines
489 B
Plaintext
16 lines
489 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.10.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
|
|
}
|