pkgcraft-tools

Crates.iopkgcraft-tools
lib.rspkgcraft-tools
version
sourcesrc
created_at2023-06-04 09:14:40.223018
updated_at2024-11-28 22:31:20.939224
descriptionCLI tools based on pkgcraft
homepagehttps://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcraft-tools
repositoryhttps://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcraft-tools
max_upload_size
id882065
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Tim Harder (radhermit)

documentation

README

Various pkgcraft-based command-line tools for Gentoo.

Requirements

A recent version of rust and compatible clang compiler.

Install

Build and install from crates.io:

cargo install pkgcraft-tools

Build and install from git:

cargo install pkgcraft-tools --git https://github.com/pkgcraft/pkgcraft.git

Install with cargo-binstall:

cargo binstall pkgcraft-tools
Commit count: 0

cargo fmt