An open API service indexing awesome lists of open source software.

https://github.com/rofl0r/install.sh

simple, portable public domain install script for use in Makefiles
https://github.com/rofl0r/install.sh

Last synced: over 1 year ago
JSON representation

simple, portable public domain install script for use in Makefiles

Awesome Lists containing this project

README

          

simple public domain install script for use in Makefiles across platform,
written in portable POSIX sh.

why ? because BSD and Mac's install program doesn't support the usage of

install -Dm 755 myprog /bin/myprog

additionally, this version is atomic and supports symlinks.