Merge branch 'master' into 'master'

New recipes and convert to TOML.

See merge request redox-os/cookbook!266
This commit is contained in:
Jeremy Soller 2023-03-09 22:02:07 +00:00
commit fed6cc9735
8 changed files with 29 additions and 3 deletions

View File

@ -1,2 +0,0 @@
GIT=https://gitlab.redox-os.org/redox-os/orbcalculator.git
BRANCH=master

View File

@ -0,0 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/orbcalculator.git"
[build]
template = "cargo"

View File

@ -1 +0,0 @@
GIT=https://github.com/sharkdp/fd.git

5
recipes/fd/recipe.toml Normal file
View File

@ -0,0 +1,5 @@
[source]
git = "https://github.com/sharkdp/fd.git"
[build]
template = "cargo"

5
recipes/perg/recipe.toml Normal file
View File

@ -0,0 +1,5 @@
[source]
git = "https://github.com/guerinoni/perg.git"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
[source]
git = "https://github.com/lukas-kirschner/procedural-wallpapers-rs.git"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
[source]
git = "https://github.com/anordal/shellharden.git"
[build]
template = "cargo"

View File

@ -0,0 +1,4 @@
[source]
git = "https://github.com/XAMPPRocky/tokei.git"
[build]
template = "cargo"