diff options
author | steve <steve@FreeBSD.org> | 1999-12-10 23:21:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-10 23:21:48 +0800 |
commit | 51e16a37b108bd4098080fa67742b8b2f6dd1097 (patch) | |
tree | a76d85ff28a2e35bc2fab09c1560b27c68d140d7 /archivers/makeself/pkg-descr | |
parent | 203b4c2c6ee1d0b3d1ebed2b88b09814bd7f5893 (diff) | |
download | freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.tar.gz freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.tar.zst freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.zip |
Moving makeself from misc to archivers. makeself is a shell script that
makes self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing.
Diffstat (limited to 'archivers/makeself/pkg-descr')
-rw-r--r-- | archivers/makeself/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/makeself/pkg-descr b/archivers/makeself/pkg-descr new file mode 100644 index 000000000000..b9434a53d847 --- /dev/null +++ b/archivers/makeself/pkg-descr @@ -0,0 +1,10 @@ +makeself is a (very small) shell script that makes neat +self-extracting shell scripts, and allows you to specify a "setup" +command to execute upon finishing. + +It's sorta like the Windows winzip self-extracting archives. + +WWW: http://www.lokigames.com/~megastep/makeself/ +Author: Stephane Peter <megastep@lokigames.com> + +- Will <andrews@technologist.com> |