Commit Graph

10 Commits

Author SHA1 Message Date
Kamil Koczurek
487c0c83c3 Add path source specifier
Also:
* rustfmt
2024-09-10 10:37:19 +02:00
bjorn3
4a2109c2c7 Use a single source dir for the drivers and drivers-initfs recipes
This makes it easier to make driver changes. And in the future other
recipes could potentially benefit from the same infrastructure too.
2024-07-10 22:20:43 +02:00
bjorn3
0bfd573dda Convert orbutils recipes from recipe.sh to recipe.toml 2024-07-06 22:01:16 +02:00
bjorn3
91f885bddb Remove sha256 support
Sha256 is slower than blake3 and all recipes use blake3 now.
2024-01-08 20:00:30 +01:00
Wesley Hershberger
0c0aa91cab Allow local sources
This makes the source section of recipe.toml optional, so that one can
simply create a recipe with a build recipe and a source folder and not
have to worry about git at all just to get a program running in redox.

I also ran into a situation where a source directory without a git
repository in it caused cookbook to reset it's own origin URL to the URL
specified in the recipe for that source directory. I added a check to
prevent that happening to anybody else.
2021-04-25 14:16:49 -04:00
Jeremy Soller
94d85accd3
Add optional script to transform source after patches, add more recipes 2020-05-21 11:40:08 -06:00
Jeremy Soller
21a4106dc7
Build pkgar archives, implement build depends 2020-05-20 21:16:16 -06:00
Jeremy Soller
204e968016
Implement builds, add some recipes 2020-05-20 15:44:37 -06:00
Jeremy Soller
11a244bef3
Implement patching 2020-05-20 14:02:01 -06:00
Jeremy Soller
25fa6a5020
Rust-based cook binary. Currently has fetching implemented 2020-05-20 13:23:29 -06:00