forked from ports/contrib
20 lines
571 B
Plaintext
20 lines
571 B
Plaintext
# Description: Papirus theme for FileZilla
|
|
# URL: https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: filezilla imagemagick
|
|
|
|
name=papirus-filezilla-theme
|
|
version=20200105
|
|
release=1
|
|
source=(https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes/archive/$version/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd ${name}s-$version
|
|
make build
|
|
make DESTDIR=$PKG install
|
|
find $PKG \(\
|
|
-iname "*AUTHORS*" -o \
|
|
-iname "*LICENSE" -o \
|
|
-iname "*AUTHOR*" \) -delete
|
|
}
|