summaryrefslogtreecommitdiff
path: root/papirus-filezilla-theme/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'papirus-filezilla-theme/Pkgfile')
-rw-r--r--papirus-filezilla-theme/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/papirus-filezilla-theme/Pkgfile b/papirus-filezilla-theme/Pkgfile
deleted file mode 100644
index 591758259..000000000
--- a/papirus-filezilla-theme/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}

Generated by cgit