papirus-filezilla-theme: initial commit, version 20200105

This commit is contained in:
Tim Biermann 2020-06-02 23:08:57 +02:00
parent 59de872a7c
commit 8d272e6ec7
3 changed files with 1324 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yHD/YV1LCeqkb8IsDpx+ER+OMHIgvjt8y4FjPzK1agWmpqVKftWK/TVe/l2QjgtJLSKCfrtwww5W4cL/a1SOw4=
SHA256 (Pkgfile) = 533671471745145dcb014f0b31d119715aa940b0fa8983a5d9b900807c2fb8d7
SHA256 (.footprint) = 75316aec3774920709dc11d96f20b6ac1e468088b728d62caa6fea4930c84aa3
SHA256 (papirus-filezilla-theme-20200105.tar.gz) = 28e28c50b6b500b522f78590ce442e2ed93c5c2bd7a169ee1d31ab588af92427

View File

@ -0,0 +1,19 @@
# 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
}