aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/picocom.rb
diff options
context:
space:
mode:
authorDan Peterson2009-12-03 08:42:33 -0800
committerMax Howell2009-12-05 16:11:12 +0000
commit199ac98a99f2c17a6df5a69c30767746cea67e9a (patch)
treec9a0e68449fa6fe215e7374ae9d85ecaa9f8f7ed /Library/Formula/picocom.rb
parent3b20aa46e20943aeedb01439da8154a5ed38b81f (diff)
downloadhomebrew-199ac98a99f2c17a6df5a69c30767746cea67e9a.tar.bz2
add picocom
Diffstat (limited to 'Library/Formula/picocom.rb')
-rw-r--r--Library/Formula/picocom.rb12
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