aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/logentries.rb
diff options
context:
space:
mode:
authorJoel Niedfeldt2012-06-18 11:24:14 -0400
committerAdam Vandenberg2012-06-29 10:59:52 -0700
commit411a1e21ef954810269ea0c71dcd8beae558b0c9 (patch)
tree4b14ad06a8107d6f96a21c2bd648694d585d7545 /Library/Formula/logentries.rb
parent5a1d61ca726fab1eb8f1d94edee3b9ba81cb6c38 (diff)
downloadhomebrew-411a1e21ef954810269ea0c71dcd8beae558b0c9.tar.bz2
LogEntries 0.8.26
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/logentries.rb')
-rw-r--r--Library/Formula/logentries.rb11
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