2010-10-18 21:38:40 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Fire < Formula
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/AzizLight/fire.git'
|
2010-11-19 06:15:24 +00:00
|
|
|
homepage 'https://github.com/AzizLight/fire'
|
2010-10-18 21:38:40 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "fire"
|
|
|
|
end
|
|
|
|
end
|