xxhash: use "make install" target
Closes #23440. Signed-off-by: FX Coudert <fxcoudert@gmail.com>master
parent
8a7b193ae6
commit
5296fb6c35
|
@ -3,6 +3,7 @@ class Xxhash < Formula
|
||||||
homepage "https://github.com/Cyan4973/xxHash"
|
homepage "https://github.com/Cyan4973/xxHash"
|
||||||
url "https://github.com/Cyan4973/xxHash/archive/v0.6.4.tar.gz"
|
url "https://github.com/Cyan4973/xxHash/archive/v0.6.4.tar.gz"
|
||||||
sha256 "4570ccd111df6b6386502791397906bf69b7371eb209af7d41debc2f074cdb22"
|
sha256 "4570ccd111df6b6386502791397906bf69b7371eb209af7d41debc2f074cdb22"
|
||||||
|
revision 1
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
@ -13,7 +14,7 @@ class Xxhash < Formula
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "make"
|
system "make"
|
||||||
bin.install "xxhsum"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in New Issue