Skip to content

Commit

Permalink
ra-multiplex: 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Oct 18, 2024
1 parent ddb19a4 commit 2d3acbf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Formula/ra-multiplex.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
class RaMultiplex < Formula
desc "Share one rust-analyzer server instance between multiple LSP clients to save resources"

Check failure on line 2 in Formula/ra-multiplex.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/Desc: Description is too long. It should be less than 80 characters. The current length is 86.

Check failure on line 2 in Formula/ra-multiplex.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

FormulaAudit/Desc: Description is too long. It should be less than 80 characters. The current length is 86.
homepage "https://github.com/pr2502/ra-multiplex"
url "https://github.com/pr2502/ra-multiplex/archive/v0.2.5.tar.gz"

Check failure on line 4 in Formula/ra-multiplex.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/Urls: Use refs/tags/v0.2.5 or refs/heads/v0.2.5 for GitHub references (url is https://github.com/pr2502/ra-multiplex/archive/v0.2.5.tar.gz).

Check failure on line 4 in Formula/ra-multiplex.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

FormulaAudit/Urls: Use refs/tags/v0.2.5 or refs/heads/v0.2.5 for GitHub references (url is https://github.com/pr2502/ra-multiplex/archive/v0.2.5.tar.gz).
sha256 "c24a7e277adce9bbfb86641905d75f166e46459cf4e5b5f3aaa7456b052392dc"
license "MIT"

bottle do
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/ra-multiplex-0.2.5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b73507838ad700a5b7641f19d0252b330a83a84ec4ee088801b727ad2e505bb6"
end

depends_on "rust" => :build

def install
system "cargo", "install", *std_cargo_args
end
end

0 comments on commit 2d3acbf

Please sign in to comment.