diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/logentries.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/logentries.rb b/Library/Formula/logentries.rb new file mode 100644 index 000000000..188d0569b --- /dev/null +++ b/Library/Formula/logentries.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Logentries < Formula + homepage 'https://logentries.com/doc/agent/' + url 'https://github.com/logentries/le/tarball/v0.8.26' + sha1 '561ef87fcaf33699d5a5f74b2dcf935fe0093abf' + + def install + bin.install 'le' + end +end |
