homebrew-core/Formula/ondir.rb
Aziz Light 97ac174c73 ondir: add HEAD
Closes Homebrew/homebrew#26164.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-01-25 08:31:32 -06:00

13 lines
333 B
Ruby

require 'formula'
class Ondir < Formula
homepage 'http://swapoff.org/ondir.html'
head 'https://github.com/alecthomas/ondir.git'
url 'http://swapoff.org/files/ondir/ondir-0.2.3.tar.gz'
sha1 '372962799612d925c1edd6eaca774dc971438bbe'
def install
system "make"
system "make", "PREFIX=#{prefix}", "install"
end
end