chore(homebrew): add bottle do section placeholder (#4525)
This commit is contained in:
parent
d3d26f344c
commit
1fa7457eab
6 changed files with 17 additions and 8 deletions
|
|
@ -25,6 +25,15 @@ class Sunshine < Formula
|
|||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
|
||||
rebuild 1
|
||||
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||
sha256 x86_64_linux: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||
end
|
||||
|
||||
option "with-docs", "Enable docs"
|
||||
option "with-static-boost", "Enable static link of Boost libraries"
|
||||
option "without-static-boost", "Disable static link of Boost libraries" # default option
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue