Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

chef-base-plans/recordproto

Repository files navigation

Build Status

recordproto

This extension defines a protocol for the recording and playback of user actions in the X Window System. See documentation

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/recordproto as a dependency, you can add one of the following to your plan file.

Buildtime Dependency

pkg_build_deps=(core/recordproto)

Runtime Dependency

pkg_deps=(core/recordproto)

Use as a Library

Installation

To install this plan, run the following command:

hab pkg install core/recordproto

hab pkg install core/recordproto
» Installing core/recordproto
☁ Determining latest version of core/recordproto in the 'stable' channel
→ Found newer installed version (core/recordproto/1.14.2/20200928130324) than remote version (core/recordproto/1.14.2/20200404071154)
→ Using core/recordproto/1.14.2/20200928130324
★ Install of core/recordproto/1.14.2/20200928130324 complete with 0 new packages installed.

Viewing library files

To view the library files first get the habitat installation directory

hab pkg path core/recordproto
/hab/pkgs/core/recordproto/1.14.2/20200928130324

Then list the libraries, for example:

find $(hab pkg path core/recordproto)/include -type f
/hab/pkgs/core/recordproto/1.14.2/20200928130324/include/X11/extensions/recordproto.h
/hab/pkgs/core/recordproto/1.14.2/20200928130324/include/X11/extensions/recordconst.h
/hab/pkgs/core/recordproto/1.14.2/20200928130324/include/X11/extensions/recordstr.h

Releases

No releases published

Packages