deps: Add bottle hashes for ssdeep-cpp (#4851)

This commit is contained in:
Teddy Reed 2018-08-11 12:28:38 -04:00 committed by GitHub
parent f850714642
commit b7079f41f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,13 @@ class SsdeepCpp < AbstractOsqueryFormula
sha256 "ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313"
revision 200
bottle do
root_url "https://osquery-packages.s3.amazonaws.com/bottles"
cellar :any_skip_relocation
sha256 "00ccb3820f19ca73e5cf553da5623d118843fad1516d5bf283eae403ae55298d" => :x86_64_linux
sha256 "64a6e3794335f0b24813ad3b22d40ed2bb32ad8040414e59022dfeb148e0c0e1" => :sierra
end
def install
append "CXXFLAGS", "-stdlib=libc++"
system "./configure --prefix=#{prefix} --enable-static --enable-shared=no"