I'm trying to install the arduino ide from a tar archive it happens to have an install.sh. I don't want to install by running it straight up because it won't show up on apt or synaptic.
(The package isn't available on a PPA)
Is there a way I could turn it into a .deb package?
I know checkinstall is used for things with a make but here that isn't the case. I was wondering if this is possible.
checkinstalldoesn't needmake.make installis what it typically runs, but you can use it with any command that copies files. And right from the first paragraph of the manpage: "checkinstall is a program that monitors an installation procedure (such asmake install,install.sh)" – muru Mar 14 '21 at 18:46