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

class Blackbox < Formula
  homepage 'http://www.cs.rochester.edu/u/kautz/satplan/blackbox/'
  url 'http://www.cs.rochester.edu/u/kautz/satplan/blackbox/Blackbox44.tgz'
  md5 'b11aca3c49eb63b2b914b689c2a89dec'

  def install
    system "make"
    bin.install 'blackbox'
  end
end