homebrew-core/Formula/logentries.rb
Joel Niedfeldt 0f0d9fba5d LogEntries 0.8.26
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:59:52 -07:00

11 lines
246 B
Ruby

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