diff options
Diffstat (limited to 'homebrew/cpmtools/.make.sh-auto')
-rw-r--r-- | homebrew/cpmtools/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/cpmtools/.make.sh-auto b/homebrew/cpmtools/.make.sh-auto new file mode 100644 index 000000000..ac415c617 --- /dev/null +++ b/homebrew/cpmtools/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +pkg:configure --with-libdsk +bin.mkpath +man1.mkpath +man5.mkpath +make DESTDIR=${PKG_DEST} install |