git @ Cat's Eye Technologies shelf / 320e079
Document the currently existing utilities briefly. Chris Pressey 8 years ago
1 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22
33 **shelf** is "a package installer which neither packages nor installs".
44
5 Work in progress.
5 Work in progress. Subject to change in backwards-incompatible ways.
66
77 shelf aims to replace [toolshelf](https://github.com/catseye/toolshelf).
88
2727 The following shell functions are defined by `shelf.sh` and available for use:
2828
2929 * `shelf_link` *DIR*
30
31 Create links to the relevant files in *DIR*, in the appropriate link farm.
3032
3133 * `shelf_unlink` *DIR*
34
35 Remove, from all link farms, any links to any files found in *DIR*.
3236
3337 * `shelf_unlink_broken`
38
39 Remove, from all link farms, any links that are broken.
3440
3541 * `shelf_build` *DIR*
42
43 Make a best-effort guess at how to build the sources in *DIR*, and try to
44 build them using that method.