-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Commit
autobump: add cmix Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -444,6 +444,7 @@ cmake-language-server | |
cmark | ||
cmctl | ||
cminpack | ||
cmix | ||
cmu-pocketsphinx | ||
cmus | ||
cnats | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
class Cmix < Formula | ||
desc "Data compression program with high compression ratio" | ||
homepage "https://www.byronknoll.com/cmix.html" | ||
url "https://github.com/byronknoll/cmix/archive/refs/tags/v20.tar.gz" | ||
sha256 "a95b0d7430d61b558731e7627f41e170cb7802d1a8a862f38628f8d921dc61b2" | ||
url "https://github.com/byronknoll/cmix/archive/refs/tags/v21.tar.gz" | ||
sha256 "c0ff50f24604121bd7ccb843045c0946db1077cfb9ded10fe4c181883e6dbb42" | ||
license "GPL-3.0-or-later" | ||
|
||
bottle do | ||
|
@@ -17,7 +17,7 @@ class Cmix < Formula | |
end | ||
|
||
def install | ||
Check failure on line 19 in Formula/c/cmix.rb GitHub Actions / Linux`brew install --verbose --formula --build-bottle cmix` failed on Linux!
Check failure on line 19 in Formula/c/cmix.rb GitHub Actions / macOS 14-arm64`brew install --verbose --formula --build-bottle cmix` failed on macOS Sonoma (14) on Apple Silicon!
Check failure on line 19 in Formula/c/cmix.rb GitHub Actions / macOS 13-arm64`brew install --verbose --formula --build-bottle cmix` failed on macOS Ventura (13) on Apple Silicon!
Check failure on line 19 in Formula/c/cmix.rb GitHub Actions / macOS 15-arm64`brew install --verbose --formula --build-bottle cmix` failed on macOS Sequoia (15) on Apple Silicon!
Check failure on line 19 in Formula/c/cmix.rb GitHub Actions / macOS 14-x86_64`brew install --verbose --formula --build-bottle cmix` failed on macOS Sonoma (14)!
Check failure on line 19 in Formula/c/cmix.rb GitHub Actions / macOS 13-x86_64`brew install --verbose --formula --build-bottle cmix` failed on macOS Ventura (13)!
|
||
system "make" | ||
system "make", "CC=#{ENV.cc}" | ||
bin.install "cmix" | ||
end | ||
|
||
|