aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/getxbook.rb
blob: 2a5b4b8d808607ff77137ab4ad06d6c7de321f4b (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-0.9.tar.bz2'
  sha1 '833b37fd121b24090ce59424886571be4bedf6c2'

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