mirror of
https://github.com/jordansissel/fpm
synced 2024-12-22 00:34:15 +01:00
9b9a1b365f
Thanks to @alanc and _msw_ for quickly helping me figure out good words to write to describe Solaris' p5p format. For #1884.
16 lines
477 B
ReStructuredText
16 lines
477 B
ReStructuredText
osxpkg - Apple macOS and OSX packages
|
|
=====================================
|
|
|
|
Supported Uses in FPM
|
|
---------------------
|
|
|
|
fpm supports input and output for Apple's package files. These files typically
|
|
end in ".pkg". This means you can read a ``.pkg`` file and convert it to a different
|
|
output type (such as a `dir` or `rpm`). It also means you can create a ``.pkg``
|
|
package file.
|
|
|
|
osxpkg-specific command line flags
|
|
-------------------------------
|
|
|
|
.. include:: cli/osxpkg.rst
|