diff options
Diffstat (limited to 'homebrew/nuttcp/.make.sh-auto')
-rw-r--r-- | homebrew/nuttcp/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/nuttcp/.make.sh-auto b/homebrew/nuttcp/.make.sh-auto new file mode 100644 index 000000000..a2feae975 --- /dev/null +++ b/homebrew/nuttcp/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +make APP=nuttcp CC=${PKG_TARG}-clang CFLAGS=${CFLAGS} +bin.install "nuttcp" +man8.install "nuttcp.cat" => "nuttcp.8" |