wok diff makeself/description.txt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/makeself/description.txt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +makeself.sh is a small shell script that generates a self-extractable
     1.5 +compressed tar archive from a directory.
     1.6 +The resulting file appears as a shell script (many of those have a
     1.7 +.run suffix), and can be launched as is.
     1.8 +The archive will then uncompress itself to a temporary directory and
     1.9 +an optional arbitrary command will be executed (for example an
    1.10 +installation script). This is pretty similar to archives generated
    1.11 +with WinZip Self-Extractor in the Windows world.
    1.12 +Makeself archives also include checksums for integrity self-validation
    1.13 +(CRC and/or MD5/SHA256 checksums).