Fix syntax.

This commit is contained in:
Jelmer Vernooij 2021-03-05 14:58:25 +00:00
parent cfbca23302
commit 516ad0dc47

View file

@ -1,5 +1,4 @@
ognibuild # ognibuild
=========
Ognibuild is a simple wrapper with a common interface for invoking any kind of Ognibuild is a simple wrapper with a common interface for invoking any kind of
build tool. build tool.
@ -10,8 +9,7 @@ parameters.
It can also detect and install missing dependencies. It can also detect and install missing dependencies.
Goals ## Goals
-----
The goal of ognibuild is to provide a consistent CLI that can be used for any 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 software package. It is mostly useful for automated building of
@ -20,8 +18,7 @@ large sets of diverse packages (e.g. different programming languages).
It is not meant to expose all functionality that is present in the underlying It is not meant to expose all functionality that is present in the underlying
build systems. To use that, invoke those build systems directly. build systems. To use that, invoke those build systems directly.
Usage ## Usage
-----
Ognibuild has a number of subcommands: Ognibuild has a number of subcommands:
@ -34,14 +31,12 @@ Ognibuild has a number of subcommands:
It also includes a subcommand that can fix up the build dependencies It also includes a subcommand that can fix up the build dependencies
for Debian packages, called deb-fix-build. for Debian packages, called deb-fix-build.
Status ## Status
------
Ognibuild is functional, but sometimes rough around the edges. If you run into Ognibuild is functional, but sometimes rough around the edges. If you run into
issues (or lack of support for a particular ecosystem), please file a bug. issues (or lack of support for a particular ecosystem), please file a bug.
Supported Build Systems ### Supported Build Systems
~~~~~~~~~~~~~~~~~~~~~~~
* Cabal * Cabal
* Cargo * Cargo
@ -60,8 +55,7 @@ Supported Build Systems
* Ruby gems * Ruby gems
* Waf * Waf
Supported package repositories ### Supported package repositories
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Package repositories are used to install missing dependencies. Package repositories are used to install missing dependencies.
@ -78,7 +72,6 @@ As well one distribution repository:
* apt * apt
License ## License
-------
Ognibuild is licensed under the GNU GPL, v2 or later. Ognibuild is licensed under the GNU GPL, v2 or later.