summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6e56f1714aef2fc03c4771bdda88312b6cbc1516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: dmitry.romanov <dmitry.romanov85@gmail.com>
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>

pkgname=fman
pkgver=0.7.8
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-0.7.8.pkg.tar.xz')
noextract=("${source[@]##*/}")

sha256sums=('3f288c597465f81ca261dded4b291dfe804d1d2cb4b3e1611e1084a10f3d5b5d')

package() {
	tar xf "${srcdir}/fman-0.7.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}