redox/recipes/wip/shells/fish-shell/recipe.toml
2026-02-08 14:54:00 +07:00

17 lines
441 B
TOML

#TODO: Install share/completion files
[source]
git = "https://github.com/fish-shell/fish-shell"
rev = "54e8ad7e90a8213c01ba58de0640223bee6846d6"
patches = ["redox.patch"]
[build]
template = "custom"
dependencies = ["gettext", "ncurses", "pcre"]
script = """
DYNAMIC_INIT
# The only default enabled feature is building the man pages.
# However, that requires sphinx so it can just be enabled later.
cookbook_cargo --no-default-features
"""