The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ospkg - OS Package Management System

VERSION

version 0.2.7

SYNOPSIS

        $ ospkg [COMMAND] [OPTIONS] [APPLICATION]

COMMAND

init

Initialize ospkg.

download

Download the distribution.

build

Builds the distribution.

clean

Removes build artifacts.

prune

Prunes files and directories from build.

version

Prints version and exits.

OPTIONS

-c|--config_dir directory

Specify a directory where the configuration files are stored. Default is ~/.ospkg/configs.

-p|--pkg_dir directory

Specify a directory where the packages files are stored. Default is ~/.ospkg/packages.

-r|--repo_dir directory

Specify a directory where the distribution files are stored. Default is ~/.ospkg/distfiles.

-b|--build_id Build Identifier

A string that identifies the build. There is no default.

AUTHOR

James F Wilkus <jfwilkus@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by James F Wilkus.

This is free software, licensed under:

  The (three-clause) BSD License