/gentoo-cache-manager

🗃️ Helps tweaking build cache settings for individual packages

Primary LanguagePythonMIT LicenseMIT

🗃️ Gentoo Cache Manager

CI Coverage License Version Python

Gentoo Cache Manager aims to help you tweaking build cache settings for individual packages in Gentoo Linux and some Gentoo-based operating systems.

🧑🏽‍🔬 Usage

To enable ccache for sys-libs/glibc, run:

gcm enable glibc

To disable it, run:

gcm disable glibc

To explore all available commands, run:

gcm --help