diff options
Diffstat (limited to 'homebrew/ghi/.make.sh-auto')
-rw-r--r-- | homebrew/ghi/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/ghi/.make.sh-auto b/homebrew/ghi/.make.sh-auto new file mode 100644 index 000000000..7acff39c3 --- /dev/null +++ b/homebrew/ghi/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +ENV["GEM_HOME"] = libexec +resources.each do |r| +r.verify_download_integrity(r.fetch) +gem install r.cached_download --no-document --install-dir libexec |