packages property
What the package is called, per manager.
Implementation
@override
PackageNames get packages => const PackageNames(
apt: 'build-essential',
apk: 'build-base',
dnf: 'gcc make',
// Deliberately no brew: on macOS these come from the Xcode command line
// tools, and `xcode-select --install` opens a dialog on the machine. A
// formula that cannot finish the job unattended should say it does not
// support the platform rather than half-start something nobody is there to
// click through.
);