Skip to content

Shell function to use extra software packages

Notifications You must be signed in to change notification settings

randomstuff/addopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

% ADDOPT(1) | Enable extra software packages % Gabriel Corona % February 2018

Name

addopt - enable extra software packages

Options

addopt /opt/foo bar

/opt/foo

: path to a software package

bar

: package name (looked up in /opt)

Description

Enable extra software packages (installed for exemple in /opt/foobar/) in the current environment.

This makes available in the current environment:

binaries

: via PATH

man pages

: via MANPATH

info pages

: via INFOPATH

libraries

: via LD_RUN_PATH, LIBRARY_PATH

pkg-config definitions

: via PKG_CONFIG_PATH

C, C++, Objective-C include files

: via CPATH

Examples

. addopt.sh
addopt llvm-8.0
addopt /opt/nodejs-11.10.0

About

Shell function to use extra software packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published