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

class Blazeblogger < Formula
  homepage 'http://blaze.blackened.cz/'
  url 'https://blazeblogger.googlecode.com/files/blazeblogger-1.2.0.tar.gz'
  sha1 '280894fca6594d0c0df925aa0a16b9116ee19f17'

  def install
    system "make", "prefix=#{prefix}",
                   "compdir=#{prefix}",
                   "install"
  end
end