homebrew-core/Formula/ondir.rb
Alec Thomas e20ec283d7 OnDir 0.2.3
Closes Homebrew/homebrew#22693.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 22:01:36 -07:00

12 lines
284 B
Ruby

require 'formula'
class Ondir < Formula
homepage 'http://swapoff.org/ondir.html'
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