homebrew-core/Formula/brew-cask-completion.rb

19 lines
531 B
Ruby

class BrewCaskCompletion < Formula
desc "Fish completion for brew-cask"
homepage "https://github.com/xyb/homebrew-cask-completion"
url "https://github.com/xyb/homebrew-cask-completion/archive/v2.1.tar.gz"
sha256 "27c7ea3b7f7c060f5b5676a419220c4ce6ebf384237e859a61c346f61c8f7a1b"
revision 1
head "https://github.com/xyb/homebrew-cask-completion.git"
bottle :unneeded
def install
fish_completion.install "brew-cask.fish"
end
test do
assert_predicate fish_completion/"brew-cask.fish", :exist?
end
end