Files
cappuccino/Tools/capp_lint/install.sh
T
David Richardson 5ff05503a4 Re-enable installation of capp_lint
Requires Python 2, but this is true for XcodeCapp also.
Installs to /usr/bin/local, but must be manually installed using install script in source directory.
2024-07-05 15:14:43 -06:00

12 lines
200 B
Bash
Executable File

#!/usr/bin/env bash
chmod +x capp_lint
cp capp_lint /usr/local/bin
if [[ ! -d /usr/local/share/man/man1 ]]; then
mkdir -p /usr/local/share/man/man1
fi
cp capp_lint.1 /usr/local/share/man/man1