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

chef-base-plans/libxtst

Repository files navigation

Build Status

libxtst

Xlib-based library for XTEST & RECORD extensions. 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/libxtst as a dependency, you can add one of the following to your plan file.

Buildtime Dependency

pkg_build_deps=(core/libxtst)

Runtime Dependency

pkg_deps=(core/libxtst)

Use as a Library

Installation

To install this plan, run the following command:

hab pkg install core/libxtst

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

Viewing library files

To view the library files first get the habitat installation directory

hab pkg path core/libxtst
/hab/pkgs/core/libxtst/1.2.3/20200923203116

Then list the libraries, for example:

ls -1 $(hab pkg path core/libxtst)/lib
libXtst.a
libXtst.la
libXtst.so
libXtst.so.6
libXtst.so.6.1.0
pkgconfig

Releases

No releases published

Packages

No packages published