diff options
author | Charadon <dev@iotib.net> | 2022-11-19 10:02:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:02:20 +0700 |
commit | 0619478955cc7c95ac2fd08538557e0062f2fb29 (patch) | |
tree | 19a318b088b4c072d4939760161e3c1bf7a7dff4 /system/fuse-archive/slack-desc | |
parent | fcd89b6f6ddbcbc9fd0a83169e728799fe783eb5 (diff) |
system/fuse-archive: Added (FUSE file system for archives).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fuse-archive/slack-desc')
-rw-r--r-- | system/fuse-archive/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/fuse-archive/slack-desc b/system/fuse-archive/slack-desc new file mode 100644 index 0000000000000..7fb93a309d6ba --- /dev/null +++ b/system/fuse-archive/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +fuse-archive: fuse-archive (FUSE file system for archives and compressed files) +fuse-archive: +fuse-archive: fuse-archive is a program that serves an archive or compressed file +fuse-archive: (e.g. foo.tar, foo.tar.gz, foo.xz or foo.zip) as a read-only FUSE +fuse-archive: file system. +fuse-archive: +fuse-archive: It is similar to mount-zip and fuse-zip but speaks a larger range of +fuse-archive: of archive or compressed file formats. +fuse-archive: +fuse-archive: It is similar to archivemount but can be much faster, although it can +fuse-archive: only mount read-only, not read-write. |