clyde 0.3.1

A cross-platform package manager for prebuilt applications
Documentation
1
2
3
4
5
6
7
8
9
10
# This file has been generated by Clyde
# It must be sourced from your shell, not executed

if [ "${BASH_SOURCE-}" = "$0" ]; then
    echo "You must source this script, using \". $0\"" >&2
    exit 12
fi

export PATH=@INSTALL_DIR@/bin:$PATH
export MANPATH=@INSTALL_DIR@/share/man:${MANPATH:-}