createpkg - bundles a Ch Package directory for installation
ch createpkg.ch PACKAGE VERSION
Createpkg bundles a Ch Package for installation. Createpkg will bundle
the Ch Package into a Ch Package binary. The binary can then be installed
using installpkg.
- PACKAGE
- the name of the Ch Package directory to bundle
- VERSION
- the version number of the Ch Package
Assume that your package directory is called "chpackage" in the
current directory and it is version 1.0. Type at the prompt:
> ch createpkg.ch chpackage 1.0
A new file called chpackage-1.0.tar.gz should have been created.
To install the package, unarchive the file and read the README file that
comes with the package.