contrib/papirus-folders/Pkgfile

22 lines
610 B
Plaintext
Raw Normal View History

# 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
2023-11-05 14:55:06 +01:00
# Optional: bash-completion zsh
name=papirus-folders
2023-11-06 19:32:51 +01:00
version=1.13.1
release=1
source=(https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
2023-11-05 14:55:06 +01:00
make DESTDIR=$PKG install
2023-11-05 14:55:06 +01:00
! 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
}