- 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/texinfo as a depdendency, you can add one of the following to your plan file.
pkg_build_deps=(core/texinfo)
pkg_deps=(core/texinfo)
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/texinfo
» Installing core/texinfo
☁ Determining latest version of core/texinfo in the 'stable' channel
☛ Verifying core/texinfo/6.6/20200306002849
...
✓ Installed core/texinfo/6.6/20200306002849
★ Install of core/texinfo/6.6/20200306002849 complete with 1 new packages installed.
hab pkg binlink core/texinfo
» Binlinking info from core/texinfo into /bin
★ Binlinked info from core/texinfo/6.6/20200306002849 to /bin/info
...
You can now use the binary as normal:
/bin/info --help
or info --help
Usage: info [OPTION]... [MENU-ITEM...]
Read documentation in Info format.
Frequently-used options:
-a, --all use all matching manuals
-k, --apropos=STRING look up STRING in all indices of all manuals
-d, --directory=DIR add DIR to INFOPATH
-f, --file=MANUAL specify Info manual to visit
-h, --help display this help and exit
--index-search=STRING go to node pointed by index entry STRING
-n, --node=NODENAME specify nodes in first visited Info file
-o, --output=FILE output selected nodes to FILE
-O, --show-options, --usage go to command-line options node
--subnodes recursively output menu items
-v, --variable VAR=VALUE assign VALUE to Info variable VAR
--version display version information and exit
-w, --where, --location print physical location of Info file
...