aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ipcalc.rb
blob: 0418a017414dea6f7e9955b90767eb298d885e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Ipcalc < Formula
  homepage 'http://jodies.de/ipcalc'
  url 'http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz'
  sha1 'b75b498f2fa5ecfa30707a51da63c6a5775829f3'

  def install
    bin.install "ipcalc"
  end
end