BlazeBlogger 1.2.0

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kyle Isom 2012-03-28 12:35:42 +03:00 committed by Adam Vandenberg
parent 5707aee2f3
commit df01a44f0d

13
Formula/blazeblogger.rb Normal file
View file

@ -0,0 +1,13 @@
require 'formula'
class Blazeblogger < Formula
homepage 'http://blaze.blackened.cz/'
url 'http://blazeblogger.googlecode.com/files/blazeblogger-1.2.0.tar.gz'
sha1 '280894fca6594d0c0df925aa0a16b9116ee19f17'
def install
system "make", "prefix=#{prefix}",
"compdir=#{prefix}",
"install"
end
end