aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hostdb.rb
blob: 15b4ff5555eee1bf103321d7fad2561538d1ccf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Hostdb < Formula
  url 'http://hostdb.googlecode.com/files/hostdb-1.004.tgz'
  homepage 'http://code.google.com/p/hostdb/'
  md5 'dfe0bf011f6e2117011aaae3ee2246b2'

  def install
    bin.install Dir['bin/*']
    doc.install Dir['docs/*']
    (share+'examples'+name).install Dir['examples/*']
  end
end