contrib/papirus-folders/Pkgfile

22 lines
610 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
# Optional: bash-completion zsh
name=papirus-folders
version=1.13.1
release=1
source=(https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG install
! prt-get isinst bash-completion && rm -r $PKG/usr/share/bash-completion/
! prt-get isinst zsh && rm -r $PKG/usr/share/zsh
rmdir $PKG/usr/share || true
}