fon-flash-cli 1.7.1

Closes Homebrew/homebrew#38947.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Alex Dunn 2015-04-22 11:17:42 -07:00 committed by Mike McQuaid
parent 2d1de59855
commit 2bec093e91

View file

@ -1,15 +1,15 @@
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.11-src.tar.gz'
version '1.5.11'
sha1 'a5184b7754b9db3ea0c19602e4a8ddbcc1bde7fe'
homepage "http://www.gargoyle-router.com/wiki/doku.php?id=fon_flash"
url "http://www.gargoyle-router.com/downloads/src/gargoyle_1.7.1-src.tar.gz"
sha256 "96089b8ce40d7fe821375173f9f2060530e78fa50e9029e932bc35bc2dd2c300"
version "1.7.1"
head "https://github.com/ericpaulbishop/gargoyle.git"
def install
cd 'fon-flash' do
system "make fon-flash"
bin.install 'fon-flash'
cd "fon-flash" do
system "make", "fon-flash"
bin.install "fon-flash"
prefix.install_metafiles
end
end