LIMBA-BUILD(1) | Limba Project | LIMBA-BUILD(1) |
NAME¶
limba-build - command-line tool for automated builds
SYNOPSIS¶
limba-build {COMMAND} [OPTIONS ...]
DESCRIPTION¶
This manual page documents briefly the limba-build command.
limba-build is a tool to automate building Limba packages from source in an isolated chroot environment.
The tool is also able to create simple Limba package repositories and perform other tasks related to building Limba packages.
OPTIONS¶
run DIRECTORY
To build in a chroot environment, the --chroot= parameter needs to point to a directory containing an operating system as created by e.g. debootstrap (8) on Debian-based systems. If no chroot should be used, --chroot=none must be set instead.
run-shell DIRECTORY
This feature is very useful for debugging the build environment itself. The pre-build and post-build commands are run before and after opening the interactive shell, just as in a regular build.
repo-init DIRECTORY
repo-add FILENAME DIRECTORY
--version
--verbose
SEE ALSO¶
limba (1), lipkgen (1), chroot (8).
Additional documentation can be found on http://people.freedesktop.org/~mak/limba.
AUTHOR¶
This manual page was written by Matthias Klumpp <matthias@tenstral.net>.
COPYRIGHT¶
Copyright © 2014-2015 Matthias Klumpp
02 September,2015 | Limba Project |