summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1a967ab3abd55d8f9f1c41dc371df0df807fd0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Maintainer: blacktea <blackteahamburger@outlook.com>

pkgname=allfilesystems
pkgver=1
pkgrel=3
pkgdesc='Metapackage for all AUR and official repository file system tools (no out-of-tree file systems and file system as part of Linux kernel)'
arch=('any')
license=('none')
url="https://www.archlinux.org/"
depends=(
  'btrfs-progs'
  'dosfstools'
  'exfat-utils'
  'f2fs-tools'
  'e2fsprogs'
  'hfsprogs'
  'jfsutils'
  'nilfs-utils'
  'ntfs-3g'
  'reiserfsprogs'
  'udftools'
  'xfsprogs'
  'ecryptfs-utils'
  'mergerfs'
  'mhddfs'
  'unionfs-fuse'
  'squashfs-tools'
  'ceph'
  'glusterfs'
  'go-ipfs'
  'moosefs'
  'openafs'
  'sheepdog'
  'tahoe-lafs'
)