zsh-syntax-highlighting: bottle unneeded

This commit is contained in:
Xu Cheng 2015-10-20 15:05:33 +08:00
parent b35db46645
commit 7363ffa030

View file

@ -3,9 +3,10 @@ class ZshSyntaxHighlighting < Formula
homepage "https://github.com/zsh-users/zsh-syntax-highlighting"
url "https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.2.1.tar.gz"
sha256 "3cdf47ee613ff748230e9666c0122eca22dc05352f266fe640019c982f3ef6db"
head "https://github.com/zsh-users/zsh-syntax-highlighting.git"
bottle :unneeded
def install
(share/"zsh-syntax-highlighting").install Dir["*"]
end