diff options
Diffstat (limited to 'homebrew/shellinabox/.beer')
-rw-r--r-- | homebrew/shellinabox/.beer | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/shellinabox/.beer b/homebrew/shellinabox/.beer new file mode 100644 index 000000000..ac7daac26 --- /dev/null +++ b/homebrew/shellinabox/.beer @@ -0,0 +1,35 @@ +{ + "name": "Shellinabox", + "description": "Export command-line tools to web based terminal emulator", + "url": "https://github.com/shellinabox/shellinabox/archive/v2.20.tar.gz", + "mirror": null, + "homepage": "https://github.com/shellinabox/shellinabox", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + }, + { + "depend": "openssl", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"autoreconf\", \"-fiv\"", + "system \"./configure\", \"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "2.20", + "file": "shellinabox.rb" +}
\ No newline at end of file |