httpry 0.1.5

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Arthur Barton 2011-06-16 10:53:38 +10:00 committed by Adam Vandenberg
parent 29b5135906
commit 8cd8541e9f
1 changed files with 13 additions and 0 deletions

13
Formula/httpry.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Httpry < Formula
url 'http://dumpsterventures.com/jason/httpry/httpry-0.1.5.tar.gz'
homepage 'http://dumpsterventures.com/jason/httpry/'
md5 '7fbba29eaeec1fd6b25e6fa3a12be25d'
def install
system "/usr/bin/bsdmake"
bin.install 'httpry'
man1.install 'httpry.1'
end
end