New Formula: ansifilter
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2e4c473bd5
commit
1c0bf7352d
1 changed files with 12 additions and 0 deletions
12
Formula/ansifilter.rb
Normal file
12
Formula/ansifilter.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Ansifilter <Formula
|
||||
url 'http://www.andre-simon.de/zip/ansifilter-1.3.tar.bz2'
|
||||
homepage 'http://www.andre-simon.de/doku/ansifilter/ansifilter.html'
|
||||
sha1 'a57daa13261d01ea7df5f4787d1a7c44a8a2d3f2'
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}"
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue