You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8eeb2aa841 | 3 years ago | |
---|---|---|
src | 3 years ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 3 years ago | |
CONTRIBUTING.md | 3 years ago | |
Cargo.toml | 3 years ago | |
LICENSE.md | 3 years ago | |
PKGBUILD | 3 years ago | |
README.md | 3 years ago | |
example-mlc.toml | 3 years ago |
README.md
Malachite
Malachite is a simple yet useful workspace and local repository management tool, made for packagers of Arch Linux based distributions.
Basic usage
Action | Command |
---|---|
Build a package | mlc build <package> |
Generate local repository | mlc repo-gen |
Update local repos/PKGBUILDs | mlc pull/update |
Create and/or open config file | mlc conf |
Initialises repo/workspace based on config in mlc.toml | mlc init |
Prunes old duplicate packages from repository | mlc prune |
Pacman Repository Creation
mlc config
to create the config (and also populate it)mlc init
to build repository base from config filemlc build <package>/--all
to either build individual packages or all packages in mlc.tomlmlc repo-gen
to generate functional pacman repository at <name>/<name>.db from built packages
How to build:
Tested on latest Cargo (1.60.0-nightly)
Debug/development builds
cargo build
Optimised/release builds
cargo build --release