Skip to content

Commit

Permalink
prepare-for-packaging: Add yq requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Staudinger <[email protected]>
  • Loading branch information
Staudey committed Apr 26, 2024
1 parent 8dbbc89 commit dcb4366
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/packaging/prepare-for-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@ Matrix=@username:matrix.org

We need to install a few things in order to get started with packaging:

- `go-task` is used by our build tools for scripting
- `git` is used for version control of the solus sources
- `git` is used for version control of the Solus sources
- `github-cli` is used to make working with GitHub easier
- `go-task` is used by our build tools for scripting
- `jq` is used by our optional Helper Functions
- `solbuild` is a lightweight container environment for building packages repeatably
- `solbuild-config-unstable` sets up solbuild for working with the `unstable` repository
- `ypkg` is the program that actually builds packages
- `yq` is used by the `go-task add-monitoring` command to create a new [`monitoring.yml`](/docs/packaging/monitoring.yml.md)

```bash
sudo eopkg it go-task git github-cli jq solbuild solbuild-config-unstable ypkg
sudo eopkg it git github-cli go-task jq solbuild solbuild-config-unstable ypkg yq
```

## Setting up a GitHub account and Git
Expand Down

0 comments on commit dcb4366

Please sign in to comment.