homebrew-core/Formula/ipcalc.rb

12 lines
238 B
Ruby
Raw Normal View History

2009-10-30 10:44:07 +00:00
require 'formula'
2011-03-10 05:11:03 +00:00
class Ipcalc < Formula
2010-07-09 20:03:00 +00:00
homepage 'http://jodies.de/ipcalc'
2013-01-28 04:53:37 +00:00
url 'http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz'
sha1 'b75b498f2fa5ecfa30707a51da63c6a5775829f3'
2009-10-30 10:44:07 +00:00
def install
2010-07-09 20:03:00 +00:00
bin.install "ipcalc"
2009-10-30 10:44:07 +00:00
end
end