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.
25 lines
667 B
ReStructuredText
25 lines
667 B
ReStructuredText
sh - Self-managing shell archive
|
|
================================
|
|
|
|
The 'sh' output in fpm will generate a shell script that is, itself, an archive.
|
|
|
|
The resulting shell script will install the files you provided. You can run the
|
|
resulting shell script to see more helpful information.
|
|
|
|
# Create an example.sh package
|
|
% fpm -s empty -t sh -n example
|
|
|
|
# Get help.
|
|
% ./example.sh -h
|
|
|
|
|
|
Supported Uses in FPM
|
|
---------------------
|
|
|
|
fpm supports using ``sh`` only as an output type. This means you can create ``sh`` packages from input types like ``deb``, ``dir``, or ``npm``
|
|
|
|
sh-specific command line flags
|
|
-------------------------------
|
|
|
|
.. include:: cli/sh.rst
|