ent is a tool for working with packaging recipes in git trees/monorepos.
Primarily it is intended for use with Serpent OS packaging, and to a limited degree, Solus packaging.
ent is written in Rust, and can be installed via cargo:
cargo install --path .ent is a command line tool, and can be invoked with ent:
ent --helpFor example, to check for updates to the recipes in the current directory:
ent check updatesent is licensed under the terms of the MPL-2.0 license. See the LICENSE file for details.