# Maintainer: dmitry.romanov # Maintainer: Michael Herrmann pkgname=fman pkgver=1.6.1 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.6.1.pkg.tar.xz') noextract=("${source[@]##*/}") sha256sums=('d1c77c9fcae5abf0d1df2c3a14249bdf970e6a2e6a88a9c18c19051e4cd4d973') package() { tar xf "${srcdir}/fman-1.6.1.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE' }