diff options
Diffstat (limited to 'homebrew/fonflashcli')
-rw-r--r-- | homebrew/fonflashcli/.beer | 23 | ||||
-rw-r--r-- | homebrew/fonflashcli/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/fonflashcli/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/fonflashcli/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/fonflashcli/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/fonflashcli/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/fonflashcli/download.sh | 1 |
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/fonflashcli/.beer b/homebrew/fonflashcli/.beer new file mode 100644 index 000000000..732434d17 --- /dev/null +++ b/homebrew/fonflashcli/.beer @@ -0,0 +1,23 @@ +{ + "name": "FonFlashCli", + "description": "Flash La Fonera and Atheros chipset compatible devices", + "url": "https://www.gargoyle-router.com/downloads/src/gargoyle_1.10.0-src.tar.gz", + "mirror": null, + "homepage": "https://www.gargoyle-router.com/wiki/doku.php?id=fon_flash", + "depends": [ + { + "depend": "macos", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "cd \"fon-flash\" do", + "system \"make\", \"fon-flash\"", + "bin.install \"fon-flash\"" + ], + "version": "1.10.0", + "file": "fon-flash-cli.rb" +}
\ No newline at end of file diff --git a/homebrew/fonflashcli/.make.sh-auto b/homebrew/fonflashcli/.make.sh-auto new file mode 100644 index 000000000..42295160c --- /dev/null +++ b/homebrew/fonflashcli/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +cd "fon-flash" +make fon-flash +bin.install "fon-flash" diff --git a/homebrew/fonflashcli/_metadata/description b/homebrew/fonflashcli/_metadata/description new file mode 100644 index 000000000..8e9c79f0e --- /dev/null +++ b/homebrew/fonflashcli/_metadata/description @@ -0,0 +1 @@ +Flash La Fonera and Atheros chipset compatible devices diff --git a/homebrew/fonflashcli/_metadata/homepage b/homebrew/fonflashcli/_metadata/homepage new file mode 100644 index 000000000..3bef0bf06 --- /dev/null +++ b/homebrew/fonflashcli/_metadata/homepage @@ -0,0 +1 @@ +https://www.gargoyle-router.com/wiki/doku.php?id=fon_flash diff --git a/homebrew/fonflashcli/_metadata/name b/homebrew/fonflashcli/_metadata/name new file mode 100644 index 000000000..f3dfa074a --- /dev/null +++ b/homebrew/fonflashcli/_metadata/name @@ -0,0 +1 @@ +FonFlashCli diff --git a/homebrew/fonflashcli/_metadata/version b/homebrew/fonflashcli/_metadata/version new file mode 100644 index 000000000..81c871de4 --- /dev/null +++ b/homebrew/fonflashcli/_metadata/version @@ -0,0 +1 @@ +1.10.0 diff --git a/homebrew/fonflashcli/download.sh b/homebrew/fonflashcli/download.sh new file mode 100755 index 000000000..7c9291156 --- /dev/null +++ b/homebrew/fonflashcli/download.sh @@ -0,0 +1 @@ +wget https://www.gargoyle-router.com/downloads/src/gargoyle_1.10.0-src.tar.gz
\ No newline at end of file |