@@ -4,6 +4,7 @@ class PhoronixTestSuite < Formula
4
4
url "https://github.com/phoronix-test-suite/phoronix-test-suite/archive/refs/tags/v10.8.4.tar.gz"
5
5
sha256 "7b5da7193c0190c648fc0c7ad6cdfbde5d935e88c7bfa5e99cd3a720cd5e2c5a"
6
6
license "GPL-3.0-or-later"
7
+ revision 1
7
8
head "https://github.com/phoronix-test-suite/phoronix-test-suite.git" , branch : "master"
8
9
9
10
livecheck do
@@ -12,21 +13,21 @@ class PhoronixTestSuite < Formula
12
13
end
13
14
14
15
bottle do
15
- rebuild 1
16
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "8d8beb2d827d15178d10e085be46ed6a5c752dfc26a7a471379700dcac98f152"
17
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
18
- sha256 cellar : :any_skip_relocation , arm64_ventura : "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
19
- sha256 cellar : :any_skip_relocation , arm64_monterey : "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
20
- sha256 cellar : :any_skip_relocation , sonoma : "f97dee399c72ee996f9deb479a9bcdb016a4cc4329b7f96c99ebe617daa3333b"
21
- sha256 cellar : :any_skip_relocation , ventura : "f97dee399c72ee996f9deb479a9bcdb016a4cc4329b7f96c99ebe617daa3333b"
22
- sha256 cellar : :any_skip_relocation , monterey : "f97dee399c72ee996f9deb479a9bcdb016a4cc4329b7f96c99ebe617daa3333b"
23
- sha256 cellar : :any_skip_relocation , arm64_linux : "eb1ad060dea2cecad6a238116fb42bc49596d85221ac7219e02a2be5799b6100"
24
- sha256 cellar : :any_skip_relocation , x86_64_linux : "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
16
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
17
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
18
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
19
+ sha256 cellar : :any_skip_relocation , sonoma : "130079ac169569c6e2c45a6a31d25ce285606cbfc4ed03ccd7b2e2488d8a162d"
20
+ sha256 cellar : :any_skip_relocation , ventura : "130079ac169569c6e2c45a6a31d25ce285606cbfc4ed03ccd7b2e2488d8a162d"
21
+ sha256 cellar : :any_skip_relocation , arm64_linux : "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
22
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
25
23
end
26
24
27
25
depends_on "php"
28
26
29
27
def install
28
+ # Use homebrew's share directory
29
+ inreplace "phoronix-test-suite" , "/usr/share/phoronix-test-suite/" , "#{ pkgshare } /"
30
+
30
31
ENV [ "DESTDIR" ] = buildpath /"dest"
31
32
system "./install-sh" , prefix
32
33
prefix . install ( buildpath /"dest/#{ prefix } " ) . children
0 commit comments