zsh-syntax-highlighting: bottle unneeded
This commit is contained in:
parent
b35db46645
commit
7363ffa030
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ class ZshSyntaxHighlighting < Formula
|
||||||
homepage "https://github.com/zsh-users/zsh-syntax-highlighting"
|
homepage "https://github.com/zsh-users/zsh-syntax-highlighting"
|
||||||
url "https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.2.1.tar.gz"
|
url "https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.2.1.tar.gz"
|
||||||
sha256 "3cdf47ee613ff748230e9666c0122eca22dc05352f266fe640019c982f3ef6db"
|
sha256 "3cdf47ee613ff748230e9666c0122eca22dc05352f266fe640019c982f3ef6db"
|
||||||
|
|
||||||
head "https://github.com/zsh-users/zsh-syntax-highlighting.git"
|
head "https://github.com/zsh-users/zsh-syntax-highlighting.git"
|
||||||
|
|
||||||
|
bottle :unneeded
|
||||||
|
|
||||||
def install
|
def install
|
||||||
(share/"zsh-syntax-highlighting").install Dir["*"]
|
(share/"zsh-syntax-highlighting").install Dir["*"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue