Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
fon-flash-cli 1.5.6
Browse files Browse the repository at this point in the history
Closes #14561.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nolith authored and adamv committed Oct 3, 2012
1 parent 04a761b commit bafbc50
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Library/Formula/fon-flash-cli.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
require 'formula'

class FonFlashCli < Formula
homepage 'http://www.gargoyle-router.com/wiki/doku.php?id=fon_flash'
url 'http://www.gargoyle-router.com/downloads/src/gargoyle_1.5.6-src.tar.gz'
version '1.5.6'
sha1 'e6047eb8edb6c95ff174b8639d7291a10deccd97'

def install
cd 'fon-flash' do
system "make fon-flash"
bin.install 'fon-flash'
prefix.install 'README.txt'
end
end

def test
system "#{bin}/fon-flash"
end
end

0 comments on commit bafbc50

Please sign in to comment.