# $Id$ # Maintainer: Mohammadreza Abdollahzadeh pkgname=papirus-filezilla-themes-git pkgver=20180413 pkgrel=1 pkgdesc="Papirus theme for Filezilla (git version)" url="https://github.com/PapirusDevelopmentTeam/${pkgname%-git}" arch=('any') license=('LGPL3') depends=('filezilla') makedepends=('git') conflicts=('papirus-filezilla-theme' 'filezilla-papirus-theme' 'filezilla-papirus-theme-git') options=('!strip') source=("${pkgname}::git+${url}.git") sha256sums=('SKIP') pkgver() { cd ${pkgname} git log -1 --format="%cd" --date=short | tr -d '-' } package() { cd ${pkgname} install -d "${pkgdir}"/usr/share/filezilla/resources cp -a ./{epapirus,papirus{,-{dark,adapta{,-nokto}}}} \ "${pkgdir}"/usr/share/filezilla/resources/ } # vim:set ts=2 sw=2 et: