ansifilter 1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
626df81577
commit
feaa5909ba
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Ansifilter < Formula
|
||||
url 'http://www.andre-simon.de/zip/ansifilter-1.3.tar.bz2'
|
||||
url 'http://www.andre-simon.de/zip/ansifilter-1.6.tar.bz2'
|
||||
homepage 'http://www.andre-simon.de/doku/ansifilter/ansifilter.html'
|
||||
sha1 'a57daa13261d01ea7df5f4787d1a7c44a8a2d3f2'
|
||||
sha1 '2b10c74d070fe440c56ee46dd065a38c536f8988'
|
||||
|
||||
def install
|
||||
# both steps required and with PREFIX, last checked v1.6
|
||||
system "make", "PREFIX=#{prefix}"
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue