dterm 0.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
itsZero (Chien-An Cho) 2010-08-14 03:34:15 +08:00 committed by Adam Vandenberg
parent 1b2dcd4480
commit 7ecae68b52

12
Formula/dterm.rb Normal file
View file

@ -0,0 +1,12 @@
require 'formula'
class Dterm <Formula
url 'http://www.knossos.net.nz/downloads/dterm-0.3.tgz'
homepage 'http://www.knossos.net.nz/dterm.html'
md5 '4044341cf3b8e12559f8f25c9e428042'
def install
system "make"
bin.install "dterm"
end
end