mirror of
https://github.com/jordansissel/fpm
synced 2025-11-11 18:38:50 +01:00
16 lines
480 B
ReStructuredText
16 lines
480 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
|