Fix brew formula name to not conflict with core
Since the homebrew-core formula was accepted, we should differentiate the prebuilt formula available in this tap
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
class Ripgrep < Formula
|
||||
class RipgrepBin < Formula
|
||||
version '0.2.1'
|
||||
desc "Search tool like grep and The Silver Searcher."
|
||||
homepage "https://github.com/BurntSushi/ripgrep"
|
||||
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "f8b208239b988708da2e58f848a75bf70ad144e201b3ed99cd323cc5a699625f"
|
||||
|
||||
conflicts_with "ripgrep"
|
||||
|
||||
def install
|
||||
bin.install "rg"
|
||||
man1.install "rg.1"
|
||||
Reference in New Issue
Block a user