2009-10-30 10:44:07 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Ipcalc < Formula
|
2009-10-30 10:44:07 +00:00
|
|
|
url 'http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz'
|
2010-07-09 20:03:00 +00:00
|
|
|
homepage 'http://jodies.de/ipcalc'
|
2009-10-30 10:44:07 +00:00
|
|
|
md5 'fb791e9a5220fc8e624d915e18fc4697'
|
|
|
|
|
|
|
|
def install
|
2010-07-09 20:03:00 +00:00
|
|
|
bin.install "ipcalc"
|
2009-10-30 10:44:07 +00:00
|
|
|
end
|
|
|
|
end
|