TODO: SUMMARIZE THE TOOL. See [documentation](TODO ADD URL HERE)
- The Core Planners: [email protected]
Binary package
Binary packages can be set as runtime or build time dependencies. See Defining your dependencies for more information.
To add core/ruby27 as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/ruby27)
pkg_deps=(core/ruby27)
To install this plan, you should run the following commands to first install, and then link the binaries this plan creates.
hab pkg install core/ruby27 --binlink
will add the following binaries to the PATH:
- TODO - Copy the binlink output and then run
bins
- TODO - Add binary
- TODO - Add binary
For example:
$ hab pkg install core/ruby27 --binlink
TODO: ADD THE OUTPUT HERE
TODO: ADD OR DELETE THIS SECTION AS NEEDED
To use core/ruby27 as a stand alone binary, you must configure ...
You can now use the binary as normal. For example:
/bin/ruby27 --help
or ruby27 --help
$ ruby27 --help
TODO: ADD SOME OUTPUT HERE, BUT NO MORE THAN 10-15 lines...