diff options
Diffstat (limited to 'homebrew/lv/.make.sh-auto')
-rw-r--r-- | homebrew/lv/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/lv/.make.sh-auto b/homebrew/lv/.make.sh-auto new file mode 100644 index 000000000..bb73aa07b --- /dev/null +++ b/homebrew/lv/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +inreplace "src/stream.c", 'gz_filter = "zcat"', 'gz_filter = "gzcat"' +cd "build" +PKG_CONF=../src/configure pkg:configure +make +bin.install "lv" +bin.install_symlink "lv" => "lgrep" |