diff options
Diffstat (limited to 'Library/Formula/picocom.rb')
| -rw-r--r-- | Library/Formula/picocom.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/picocom.rb b/Library/Formula/picocom.rb new file mode 100644 index 000000000..84e1f14ac --- /dev/null +++ b/Library/Formula/picocom.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Picocom <Formula + url 'http://picocom.googlecode.com/files/picocom-1.4.tar.gz' + homepage 'http://code.google.com/p/picocom/' + md5 '08fcc5f6bb9e7676a2569386d5ea9f70' + + def install + system "make" + bin.install "picocom" + end +end |
