MakeRecipe
From GoboLinux Knowledge Base
Create a recipe template.
Usage: MakeRecipe [<app_name> [<app_version>]] <url>
Options:
- -h, --help - Shows this help.
- -v, --version - Show program version.
- -V, --verbose - Enable verbose mode.
- -F, --no-fetch - Do not try to download the package. Assume it is already present.
- -C, --no-check - Do not check for existing recipes for that program.
- -b, --batch - Do not ask for confirmation.
Examples:
MakeRecipe Help2Man 1.33.1 http://ftp.gnu.org/gnu/help2man/help2man_1.33.1.tar.gz
In case you want to use a local recipe, you can trick MakeRecipe :)
MakeRecipe -F htop 0.7 http://example.com/htop-0.7.tar.bz2
The last name in the URL should be the name of your local tarball (it should be in /Files/Compile/Archives)
| Compile | |
| Documentation |
Compiling from source • Writing recipes • Recipe format specification |
| Scripts |
Compile • ContributeRecipe • EditRecipe • FetchArchive • GetRecipe • MakeRecipe • NewVersion • PackRecipe • RecipeLint • UpdateRecipes |
| See also | |


