summaryrefslogtreecommitdiff
path: root/homebrew/cdargs/.make.sh-auto
blob: 24d65b85a1d4d97b3e2de5eb492d97d218a96259 (plain)
1
2
3
4
5
6
7
pkg:setup
pkg:configure
make
make DESTDIR=${PKG_DEST} install-strip
rm Dir["contrib/Makefile*"]
prefix.install "contrib"
bash_completion.install_symlink "#{prefix}/contrib/cdargs-bash.sh"