summaryrefslogtreecommitdiff
path: root/homebrew/grep/.make.sh-auto
blob: 8896e2c628436f2d106b4ec152656902cddebfe2 (plain)
1
2
3
4
5
6
7
8
pkg:setup
args = %W[--disable-dependency-tracking --disable-nls --prefix=#{prefix} --infodir=#{info} --mandir=#{man} --with-packager=Homebrew --program-prefix=g ]
pkg:configure *args
make
make DESTDIR=${PKG_DEST} install
%w[grep egrep fgrep].each do |prog|
(libexec/"gnubin").install_symlink bin/"g#{prog}" => prog
(libexec/"gnuman/man1").install_symlink man1/"g#{prog}.1" => "#{prog}.1"