pkgsrc - initial commit
[pkgsrc.git] / archivers / makeself / DESCR
1 makeself.sh is a small shell script that generates a self-extractable
2 tar.gz archive from a directory. The resulting file appears as a shell
3 script (many of those have a .run suffix), and can be launched as is.
4 The archive will then uncompress itself to a temporary directory and an
5 optional arbitrary command will be executed (for example an installation
6 script). This is pretty similar to archives generated with WinZip
7 Self-Extractor in the Windows world. Makeself archives also include
8 checksums for integrity self-validation (CRC and/or MD5 checksums).