# Maintainer: dmitry.romanov # Maintainer: Michael Herrmann pkgname=fman pkgver=1.0.9 pkgrel=1 pkgdesc="A modern file manager for power users. Beautiful, fast and extensible" arch=('x86_64') url="https://fman.io" license=('custom') depends=('qt5-base' 'p7zip') optdepends=('qt5-svg') source=('https://fman.io/updates/arch/fman-1.0.9.pkg.tar.xz') noextract=("${source[@]##*/}") sha256sums=('c0926487c3a947e65ffcd5314d7700e1847f9e37968d2e5c529e1d40484009ad') package() { tar xf "${srcdir}/fman-1.0.9.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE' }