mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Convert fd recipe to TOML.
This commit is contained in:
parent
250b987063
commit
fcf42a682d
@ -1 +0,0 @@
|
||||
GIT=https://github.com/sharkdp/fd.git
|
||||
5
recipes/fd/recipe.toml
Normal file
5
recipes/fd/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/sharkdp/fd.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user