- The Core Planners: chef-core-planners@chef.io
Binary package
Binary packages can be set as runtime or build time dependencies. See Defining your dependencies for more information.
To add core/libevent as a depdendency, you can add one of the following to your plan file.
pkg_build_deps=(core/libevent)
pkg_deps=(core/libevent)
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/libevent
» Installing core/libevent
☁ Determining latest version of core/libevent in the 'stable' channel
☛ Verifying core/libevent/2.0.22/20200319193514
...
✓ Installed core/libevent/2.0.22/20200319193514
★ Install of core/libevent/2.0.22/20200319193514 complete with 1 new packages installed.
hab pkg binlink core/libevent
» Binlinking event_rpcgen.py from core/libevent into /bin
★ Binlinked event_rpcgen.py from core/libevent/2.0.22/20200319193514 to /bin/event_rpcgen.py