aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMars Lin2011-03-26 07:58:49 +0800
committerAdam Vandenberg2011-03-29 23:03:07 -0700
commite148c2ff95bb5dfa06a926a5bd49035cc3aafe8c (patch)
treefd63986ed42b7654a7e5be8644b3b970f099f93f
parent75d64b8568ad3f095d0f508f12075283987a3b2f (diff)
downloadhomebrew-e148c2ff95bb5dfa06a926a5bd49035cc3aafe8c.tar.bz2
sparse 0.4.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/sparse.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/sparse.rb b/Library/Formula/sparse.rb
new file mode 100644
index 000000000..1c1990918
--- /dev/null
+++ b/Library/Formula/sparse.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Sparse < Formula
+ url 'http://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.4.3.tar.bz2'
+ homepage 'https://sparse.wiki.kernel.org/index.php/Main_Page'
+ md5 'a5c0b07bd00ad5ea292f804d7af1adbc'
+
+ def install
+ prefix.mkpath
+ system "make", "HOME=#{prefix}", "install"
+ end
+end