mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
13 lines
312 B
TOML
13 lines
312 B
TOML
#TODO missing script for gnu make
|
|
# build instructions: https://github.com/rflament/loggedfs#installation-from-source
|
|
[source]
|
|
git = "https://github.com/rflament/loggedfs"
|
|
rev = "82aba9a93489797026ad1a37b637823ece4a7093"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"pcre2",
|
|
"libxml2",
|
|
]
|