BlazeBlogger 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5707aee2f3
commit
df01a44f0d
1 changed files with 13 additions and 0 deletions
13
Formula/blazeblogger.rb
Normal file
13
Formula/blazeblogger.rb
Normal 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
|
Loading…
Reference in a new issue