Skip to content

Commit

Permalink
Add ExtraBuildPhase v0.1
Browse files Browse the repository at this point in the history
This cask needs `xcplugin` stanza.
Homebrew#15050
  • Loading branch information
norio-nomura committed Nov 9, 2015
1 parent c8f98d8 commit 48be0db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/extrabuildphase.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cask :v1 => 'extrabuildphase' do
version '0.1'
sha256 '6c19111e11dfa1e78489f5cfc0b9f14cd66ee2f3b7a4c346ea6548d69f8995b8'

url "https://github.com/norio-nomura/ExtraBuildPhase/releases/download/#{version}/ExtraBuildPhase.xcplugin-#{version}.zip"
appcast 'https://github.com/norio-nomura/ExtraBuildPhase/releases.atom'
name 'ExtraBuildPhase'
homepage 'https://github.com/norio-nomura/ExtraBuildPhase'
license :mit

xcplugin 'ExtraBuildPhase.xcplugin'
end

0 comments on commit 48be0db

Please sign in to comment.