Looking to create a Linux installer that will work similar to Inno Setup on Windows (which is a great little tool to create installers on Windows).
My project is really simple (just a couple of folders) so I think that using autotools or cmake is too much effort.
Is there something that is straightforward like Inno Setup but for Linux?