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
- Host: GitHub
- URL: https://github.com/rofl0r/install.sh
- Owner: rofl0r
- Created: 2018-04-02T05:35:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T23:47:07.000Z (over 2 years ago)
- Last Synced: 2025-04-11T05:52:21.383Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.