dterm 0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1b2dcd4480
commit
7ecae68b52
1 changed files with 12 additions and 0 deletions
12
Formula/dterm.rb
Normal file
12
Formula/dterm.rb
Normal 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
|
Loading…
Reference in a new issue