chef-base-plans / readline

Habitat Package for readline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

readline

Maintainers

Type of Package

Library package

Use as Dependency

Library packages can be set as runtime or build time dependencies, however they are typically used as buildtime dependencies. See Defining your dependencies for more information.

To add core/PKG as a depdendency, you can add one of the following to your plan file.

Buildtime Dependency

pkg_build_deps=(core/readline)

Runtime Depdendency

pkg_deps=(core/readline)

Use as Library

Installation

To install this plan, you should run the following commands to install it.

hab pkg install core/readline

» Installing core/readline

☁ Determining latest version of core/readline in the 'stable' channel

☛ Verifying core/readline/8.0/20200305232850

...

✓ Installed core/readline/8.0/20200305232850

★ Install of core/readline/8.0/20200305232850 complete with 1 new packages installed.

Viewing library files

To view the library files you must first search for them with habitat.

hab pkg path core/readline

/hab/pkgs/core/readline/8.0/20200305232850

ls /hab/pkgs/core/readline/8.0/20200305232850

include/

lib/

share/

About

Habitat Package for readline

License:Apache License 2.0


Languages

Language:Shell 68.9%Language:Ruby 31.1%