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

chef-base-plans/openssl-musl

Repository files navigation

Build Status

openssl-musl

OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.

Maintainers

Type of Package

Binary package

Use as Dependency

Binary packages can be set as runtime or build time 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/PKG)

Runtime Depdendency

pkg_deps=(core/PKG)

Use as Tool

Installation

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/PKG

hab pkg binlink core/PKG

Using an example binary

You can now use the binary as normal:

/bin/BINARY --help or BINARY --help