mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Merge branch 'master' into 'master'
New recipes and convert to TOML. See merge request redox-os/cookbook!266
This commit is contained in:
commit
fed6cc9735
@ -1,2 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/orbcalculator.git
|
||||
BRANCH=master
|
||||
5
recipes/calculator/recipe.toml
Normal file
5
recipes/calculator/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/orbcalculator.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -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"
|
||||
5
recipes/perg/recipe.toml
Normal file
5
recipes/perg/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/guerinoni/perg.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/procedural-wallpapers-rs/recipe.toml
Normal file
5
recipes/procedural-wallpapers-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/lukas-kirschner/procedural-wallpapers-rs.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/shellharden/recipe.toml
Normal file
5
recipes/shellharden/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/anordal/shellharden.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
4
recipes/tokei/recipe.toml
Normal file
4
recipes/tokei/recipe.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[source]
|
||||
git = "https://github.com/XAMPPRocky/tokei.git"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user