1c989ff2ce
Sorry about this not fixed previously. Not sure why. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
10 lines
179 B
Ruby
10 lines
179 B
Ruby
require 'formula'
|
|
|
|
class Fire <Formula
|
|
head 'git://github.com/AzizLight/fire.git'
|
|
homepage 'https://github.com/AzizLight/fire'
|
|
|
|
def install
|
|
bin.install "fire"
|
|
end
|
|
end
|