Simple shell scripts that automate the build and installation process. Nothing complicated since it's just a standard build of the C code, and installing should simply consist of copying the built executable over the ~/bin directory or wherever is most appropriate...
No need for a build script since to compile the code, the user can just run make. Install script should move executable to home directory's .bin and the man-page to the relevant area.
Simple shell scripts that automate the build and installation process. Nothing complicated since it's just a standard build of the C code, and installing should simply consist of copying the built executable over the ~/bin directory or wherever is most appropriate...