Ultramarine-Linux / packages

Monorepo for Ultramarine Linux packages
MIT License
16 stars 7 forks source link

Ultramarine Linux packages monorepo

This repository is a monorepo containing all the distribution packages for Ultramarine Linux.

This repository uses the Andaman toolchain to manage its packages, created by Fyra Labs (the company behind Ultramarine Linux).

Usage

To use this repository, you need to install the Andaman toolchain, you will have to enable the Terra repository.

# Install Terra
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
# Install the Andaman toolchain
sudo dnf install anda

You can also install Andaman as a crates on crates.io, but you will have to install the dependencies manually.

# install runtime dependencies
sudo dnf install mock rpmdevtools rpm-build createrepo_c
# Add yourself to the mock group
sudo usermod -a -G mock $USER
# Install andaman using cargo
cargo install anda

Once Andaman is installed, you can clone this repository and build the packages.

To list all current packages in this repository, you can use the list command.

anda list

Notes