dmgbuild is a command line tool to create macOS disk images (aka .dmg files). While it is possible to create disk images easily enough from the command line using the hdiutil program that ships with macOS, there is no easy way to configure the appearance of the resulting disk image when the user opens it.
dmgbuild is a command line tool to create macOS disk images (aka .dmg files). While it is possible to create disk images easily enough from the command line using the hdiutil program that ships with macOS, there is no easy way to configure the appearance of the resulting disk image when the user opens it.
To install py312-dmgbuild, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-dmgbuild
To see what files were installed by py312-dmgbuild, run:
port contents py312-dmgbuild
To later upgrade py312-dmgbuild, run:
sudo port selfupdate && sudo port upgrade py312-dmgbuild
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.