https://github.com/darealshinji/yad-wizard
Simple YAD-based setup wizard for Linux
https://github.com/darealshinji/yad-wizard
Last synced: 3 months ago
JSON representation
Simple YAD-based setup wizard for Linux
- Host: GitHub
- URL: https://github.com/darealshinji/yad-wizard
- Owner: darealshinji
- License: other
- Created: 2016-06-05T15:25:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T16:27:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T06:41:35.667Z (9 months ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.GPLv2
Awesome Lists containing this project
README
This is a simple [YAD](https://sourceforge.net/projects/yad-dialog/)-based setup wizard for Linux or similar Unix systems.
This is supposed to be an easier to hack alternative to [MojoSetup](http://www.icculus.org/mojosetup/) or Qt.
Use `gen_wizard.sh` to create an installer. Alternatively you can manually write a `settings` file according
to the documentation found in the comments of `wizard.sh` and then use `bin/makeself`.Limitations:
* right now only xz/gz/bz2 compressed tar archives are supported (can't extract zip and 7z through pipes)
* no non-graphical fallback alternative (but you can still run `--noexec --target `)