mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
10 lines
270 B
TOML
10 lines
270 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://cvmfs.readthedocs.io/en/stable/cpt-quickstart.html#building-from-source
|
|
[source]
|
|
tar = "https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.2/source.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libfuse3",
|
|
]
|