No description
Find a file
2021-02-05 03:00:40 +00:00
.github/workflows install flake8. 2020-10-22 19:51:46 +01:00
debian Create debian/ directory 2021-02-05 03:00:40 +00:00
ognibuild Add testsuite, git action. 2020-10-22 19:39:38 +01:00
.gitignore Add gitignore. 2020-10-22 19:37:26 +01:00
LICENSE Add base templates, etc. 2020-10-22 19:17:47 +01:00
README.md Add some details to README. 2020-10-31 16:18:46 +00:00
setup.cfg Add testsuite, git action. 2020-10-22 19:39:38 +01:00
setup.py Install script. 2020-10-22 19:53:59 +01:00

ognibuild

Ognibuild is a simple wrapper with a common interface for invoking any kind of build tool.

The ideas is that it can be run to build and install any source code directory by detecting the build system that is in use and invoking that with the correct parameters.

It can also detect and install missing dependencies.

Goals

The goal of ognibuild is to provide a consistent CLI that can be used for any software package. It is mostly useful for automated building of large sets of diverse packages (e.g. different programming languages).

It is not meant to expose all functionality that is present in the underlying build systems. To use that, invoke those build systems directly.

Usage

Ognibuild has a number of subcommands:

  • ogni clean - remove any built artifacts
  • ogni dist - create a source tarball
  • ogni build - build the package in-tree
  • ogni install - install the package
  • ogni test - run the testsuite in the source directory

License

Ognibuild is licensed under the GNU GPL, v2 or later.