cookbook
A collection of package recipes for Redox.
In order for this repository to be useful, it must be set up with an environment from the Redox repository.
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.
Name | Last commit | Last update |
---|---|---|
.cargo | ||
bin | ||
recipes | ||
src | ||
docgen @ c9525c47 | ||
pkgar @ 73f8802a | ||
pkgutils @ f3112275 | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
Xargo.toml | ||
clean.sh | ||
config.sh | ||
cook.sh | ||
fetch.sh | ||
repo.sh | ||
setup.sh | ||
status.sh | ||
status_origin.sh | ||
status_upstream.sh | ||
unfetch.sh | ||
update.sh |
A collection of package recipes for Redox.
In order for this repository to be useful, it must be set up with an environment from the Redox repository.