summaryrefslogtreecommitdiff
path: root/homebrew/devtodo/.make.sh-auto
blob: 95553e87e2113a32db9f1349d2ba5eaad229726a (plain)
1
2
3
4
5
6
pkg:setup
mv "util/Regex.h", "util/Regex.hh"
inreplace ["util/Lexer.h", "util/Makefile.in", "util/Regex.cc"], "Regex.h", "Regex.hh"
pkg:configure --disable-dependency-tracking
make DESTDIR=${PKG_DEST} install
doc.install "contrib"