1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-11 18:38:50 +01:00
fpm/docs/packages/solaris.rst
2025-10-02 11:48:37 -07:00

20 lines
731 B
ReStructuredText

solaris - Solaris SRV4 package format
=====================================
This package format is typically used in older Solaris versions (Solaris 7, 8,
9, and 10). You may also know them by files with a SUNW prefix and may have file names that end in ".pkg".
If you're using Solaris 11, OpenSolaris, or Illumos, you might want to use `the newer package format, p5p`_.
.. _the newer package format, p5p: /packages/p5p.html
Supported Uses in FPM
---------------------
fpm supports using ``solaris`` only as an output type. This means you can create ``solaris`` packages from input types like ``deb``, ``dir``, or ``npm``
solaris-specific command line flags
-----------------------------------
.. include:: cli/solaris.rst