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

class Getxbook < Formula
  homepage 'http://njw.me.uk/software/getxbook/'
  url 'http://njw.me.uk/software/getxbook/getxbook-1.0.tar.bz2'
  sha1 '6408bf4e680856c67b5977d9ba73730cd7bde3e6'

  def install
    system "make", "CC=#{ENV.cc}", "PREFIX=#{prefix}", "install"
  end
end