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