mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
562 B
17 lines
562 B
Source: mergerfs
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Antonio SJ Musumeci <trapexit@spawn.link>
|
|
Build-Depends: debhelper (>= 8.0.0)
|
|
Standards-Version: 3.9.4
|
|
Homepage: http://github.com/trapexit/mergerfs
|
|
|
|
Package: mergerfs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
fuse [linux-any] | fuse4bsd [kfreebsd-any]
|
|
Description: another FUSE union filesystem
|
|
mergerfs is a union filesystem geared towards simplifying storage and
|
|
management of files across numerous commodity storage devices. It is
|
|
similar to mhddfs, unionfs, and aufs.
|