homebrew-core/Formula/logentries.rb
Brett Koonce 00f16183e3 logentries 1.2.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-29 09:19:43 -07:00

11 lines
252 B
Ruby

require 'formula'
class Logentries < Formula
homepage 'https://logentries.com/doc/agent/'
url 'https://github.com/logentries/le/archive/v1.2.6.tar.gz'
sha1 'e753f6c662d4e4fc544b8655e84d5adecfa48f97'
def install
bin.install 'le'
end
end