aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlec Thomas2013-09-19 18:04:57 -0400
committerAdam Vandenberg2013-09-19 22:01:36 -0700
commitfab833ad4f368eee9672d437169f09cdacfae8b1 (patch)
tree1be5caf8ff8a42167b26e1090554f035a32469d2 /Library
parent39ef434eb453aad0ab3a81d2bff57697bfab38bf (diff)
downloadhomebrew-fab833ad4f368eee9672d437169f09cdacfae8b1.tar.bz2
OnDir 0.2.3
Closes #22693. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ondir.rb12
1 files changed, 12 insertions, 0 deletions
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