aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sparse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sparse.rb')
-rw-r--r--Library/Formula/sparse.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/sparse.rb b/Library/Formula/sparse.rb
deleted file mode 100644
index 481c68018..000000000
--- a/Library/Formula/sparse.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'formula'
-
-class Sparse < Formula
- url 'http://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.4.3.tar.bz2'
- mirror 'http://www.mirrorservice.org/sites/ftp.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'
- head 'git://git.kernel.org/pub/scm/devel/sparse/sparse.git'
-
- def install
- system "make", "HOME=#{prefix}", "install"
- end
-end