Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.38 KB

🗃️ 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