From fab833ad4f368eee9672d437169f09cdacfae8b1 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Thu, 19 Sep 2013 18:04:57 -0400 Subject: OnDir 0.2.3 Closes #22693. Signed-off-by: Adam Vandenberg --- Library/Formula/ondir.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/ondir.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ondir.rb b/Library/Formula/ondir.rb new file mode 100644 index 000000000..c9e8cac3e --- /dev/null +++ b/Library/Formula/ondir.rb @@ -0,0 +1,12 @@ +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 -- cgit v1.2.3