cook
Tool for constructing files
Cook is a tool for constructing files. It is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating any file, such as include files. Cook provides a mechanism to define these.
- Versions: 2.34
- Website: https://web.archive.org/web/20140727122520/http://miller.emu.id.au/pmiller/software/cook/
- Licenses: GPL 3+
- Package source: gnu/packages/cook.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cook
as follows:
guix install cook
Or install a particular version:
guix install cook@2.34
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of cook about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cook'><img src='https://packages.guix.gnu.org/packages/cook/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cook/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cook)
Example Org:
[[https://packages.guix.gnu.org/packages/cook][https://packages.guix.gnu.org/packages/cook/badges/latest-version.svg]]