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
|
pkgbase = ratarmount-git
pkgdesc = Mount tar files via fusepy. Supports Recursive Mounting, Compressed Files, Read-Only Bind Mounting, Union Mounting and Write Overlays. A fast random access alternative to archivemount.
pkgver = 0.15.1.r0.g078b769
pkgrel = 2
epoch = 1
url = https://github.com/mxmlnkn/ratarmount
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.12
depends = python-fusepy
depends = python-msgpack
depends = python-rapidjson
depends = python-ujson
depends = python-simplejson
optdepends = python-rapidgzip: Support for gzip and bzip2 compressed tar files
optdepends = python-indexed-gzip: Option 2 for support for gzip-compressed tar files
optdepends = python-xz: Support for xz-compressed tar files
optdepends = python-indexed-zstd: Support for zstd-compressed tar files
optdepends = python-rarfile: Support for rar-compressed tar files
optdepends = python-libarchive-c: Support for 7z, ar, cab, compress, cpio, iso, lrzip, lzma, lz4, lzip, lzo, warc, xar; (no random access)
provides = ratarmount
conflicts = ratarmount
source = git+https://github.com/mxmlnkn/ratarmount
b2sums = SKIP
pkgname = ratarmount-git
|