mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
Merge branch 'move-stuff' into 'master'
Move recipe categories See merge request redox-os/redox!2162
This commit is contained in:
commit
cceb7e4974
@ -1,4 +1,3 @@
|
||||
#TODO: Install share/completion files
|
||||
[source]
|
||||
git = "https://github.com/fish-shell/fish-shell"
|
||||
rev = "54e8ad7e90a8213c01ba58de0640223bee6846d6"
|
||||
@ -13,4 +12,6 @@ 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
|
||||
mkdir -p "${COOKBOOK_STAGE}/usr/share/fish"
|
||||
rsync -a "${COOKBOOK_SOURCE}/share/" "${COOKBOOK_STAGE}/usr/share/fish/"
|
||||
"""
|
||||
@ -1,4 +1,3 @@
|
||||
#TODO promote
|
||||
[source]
|
||||
git = "https://github.com/ilai-deutel/kibi"
|
||||
rev = "v0.3.2"
|
||||
Loading…
Reference in New Issue
Block a user