28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
Metadata-Version: 1.1
|
|
Name: dmgbuild
|
|
Version: 1.0.0
|
|
Summary: Mac OS X command line utility to build disk images
|
|
Home-page: http://alastairs-place.net/projects/dmgbuild
|
|
Author: Alastair Houghton
|
|
Author-email: alastair@alastairs-place.net
|
|
License: MIT License
|
|
Description: ``dmgbuild`` is a command line tool to create Mac OS X 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 Mac OS X,
|
|
there is no easy way to configure the appearance of the resulting disk image
|
|
when the user opens it.
|
|
|
|
``dmgbuild`` allows for full customization of the resulting disk image,
|
|
without relying on Finder, and without using deprecated APIs (like the
|
|
Alias Manager functions).
|
|
|
|
See the documentation_ for more information.
|
|
|
|
.. _documentation: http://dmgbuild.rtfd.org
|
|
|
|
Platform: darwin
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Topic :: Desktop Environment
|
|
Provides: dmgbuild
|