Added Typespeed Formula
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
608d5b6fd2
commit
d9c74fcab1
1 changed files with 12 additions and 0 deletions
12
Formula/typespeed.rb
Normal file
12
Formula/typespeed.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Typespeed <Formula
|
||||
url 'http://downloads.sourceforge.net/project/typespeed/typespeed/0.6.5/typespeed-0.6.5.tar.gz'
|
||||
homepage 'http://tobias.eyedacor.org/typespeed/'
|
||||
md5 '578102b418c7df84903d3e90df2e7483'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue