jerm 0.8096

A simple serial terminal.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Seth LaForge 2011-03-16 14:01:25 -07:00 committed by Adam Vandenberg
parent 1928a61171
commit 6fce82d14c
1 changed files with 14 additions and 0 deletions

14
Formula/jerm.rb Normal file
View File

@ -0,0 +1,14 @@
require 'formula'
class Jerm < Formula
url 'http://www.bsddiary.net/jerm/jerm-8096.tar.gz'
version '0.8096'
homepage 'http://www.bsddiary.net/jerm/'
md5 'c178699945e60b32cfc8394c6aa5901c'
def install
system "make all"
bin.install %w{jerm tiocdtr}
man1.install Dir["*.1"]
end
end