diff options
Diffstat (limited to 'homebrew/ed/.make.sh-auto')
-rw-r--r-- | homebrew/ed/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/ed/.make.sh-auto b/homebrew/ed/.make.sh-auto new file mode 100644 index 000000000..ecbcb8c1f --- /dev/null +++ b/homebrew/ed/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +ENV.deparallelize +pkg:configure --program-prefix=g +make +make DESTDIR=${PKG_DEST} install +%w[ed red].each do |prog| +(libexec/"gnubin").install_symlink bin/"g#{prog}" => prog +(libexec/"gnuman/man1").install_symlink man1/"g#{prog}.1" => "#{prog}.1" |