homebrew-core/Formula/logentries.rb

14 lines
315 B
Ruby
Raw Normal View History

require 'formula'
class Logentries < Formula
homepage 'https://logentries.com/doc/agent/'
2014-04-19 15:01:06 +00:00
url 'https://github.com/logentries/le/archive/v1.3.0.tar.gz'
sha1 '3d32c8c6a8faf9346558974310787c0dd9c3f468'
2013-11-06 15:33:57 +00:00
conflicts_with 'le', :because => 'both install a le binary'
def install
bin.install 'le'
end
end