Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Adds the first bottle
Browse files Browse the repository at this point in the history
  • Loading branch information
cimnine committed Sep 26, 2017
1 parent 33d807d commit 280db70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/reception.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ class Reception < Formula
depends_on "docker" => :optional
depends_on "docker-compose" => :optional

bottle do
cellar :any
root_url "https://github.com/ninech/homebrew-reception/releases/download/v2.0.0_3"
sha256 "70964ae0e9f1c416ddde43adbb50e955b0f6d38c2f86b7310912ebca01d89f3d" => :sierra
end

def install
mkdir_p buildpath/"src/github.com/ninech"
ln_sf buildpath, buildpath/"src/github.com/ninech/reception"
Expand Down

0 comments on commit 280db70

Please sign in to comment.