diff options
Diffstat (limited to 'homebrew/gnugetopt/.make.sh-auto')
-rw-r--r-- | homebrew/gnugetopt/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/gnugetopt/.make.sh-auto b/homebrew/gnugetopt/.make.sh-auto new file mode 100644 index 000000000..27b3b944d --- /dev/null +++ b/homebrew/gnugetopt/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +pkg:configure --disable-dependency-tracking --disable-silent-rules +make getopt +bin.install "getopt" +man1.install "misc-utils/getopt.1" +bash_completion.install "bash-completion/getopt" |