mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-20 13:24:33 -05:00
30 lines
632 B
Markdown
30 lines
632 B
Markdown
|
# builder
|
||
|
|
||
|
Build tools for packaging in Qubes OS.
|
||
|
|
||
|
## Table of Contents
|
||
|
|
||
|
* [Description](#description)
|
||
|
* [Installation](#installation)
|
||
|
* [Usage](#usage)
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This is not necessary for qubes-builder, it is just a set of useful tools for
|
||
|
building packages in UNIX distributions.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Install builder tools on templates:
|
||
|
```sh
|
||
|
qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.builder.core
|
||
|
```
|
||
|
Install documentation tools on templates:
|
||
|
```sh
|
||
|
qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.builder.doc
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Standard builder usage, no extra configuration required.
|