Skip to content

Commit

Permalink
Merge pull request #201779 from Homebrew/juliaup-completion
Browse files Browse the repository at this point in the history
juliaup: add shell completion support
  • Loading branch information
BrewTestBot authored Dec 19, 2024
2 parents 425d0f2 0058e96 commit f6235e6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Formula/j/juliaup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 12,13 @@ class Juliaup < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e84ee721d94f7787b4ea8c3ce77752830711e94b13f87842d4dfd27138f3fd43"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd11b877d77f82c7beb5fb102e1e8f3a3715fe568a2699010c1bcaad3d2b46b1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "864e83c4ff6de21ead0b3346e54eec588c6663d8855a888a1b1542ff758c6f6e"
sha256 cellar: :any_skip_relocation, sonoma: "06e8e226914a53b69d37fe0723c023c5efad70419fa442e3951ca52a3ca5fdf1"
sha256 cellar: :any_skip_relocation, ventura: "d43507c389fbd224e03a5a1fe89afa21780b83877fd1c957bfde2aa261d6c102"
sha256 cellar: :any_skip_relocation, x86_64_linux: "17e94e36ca27e33f9473b0014de9cfba5bb1803ed3abd77ac6c6d21240296bb8"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "58b240f99f2c8e365f8e267dce4bb22ef1979be1af5438e5263d7df1e7099ac0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f3764a70938e92d3f8f54190e596f2e18f05682bacec6e2b2c15fe37ece47e4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "876d2427f907bb10fe029d38b9085358443261be97338707116a7c69040ee0ae"
sha256 cellar: :any_skip_relocation, sonoma: "5efa5e4d82a2de00ed429ede36207567d312392f189ea3988bdcac389a898d07"
sha256 cellar: :any_skip_relocation, ventura: "afdb02a2dfb015cdb945a51601a04e98b57d2b6cf5fb8c791faca94244eff458"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9200cdf9861597d863762e06f1186b7b3c99dbde24476e0bbb1728381b659ff3"
end

depends_on "rust" => :build
Expand All @@ -29,6 30,8 @@ def install
system "cargo", "install", "--bin", "julialauncher", "--features", "binjulialauncher", *std_cargo_args

bin.install_symlink "julialauncher" => "julia"

generate_completions_from_executable(bin/"juliaup", "completions")
end

test do
Expand Down

0 comments on commit f6235e6

Please sign in to comment.