homebrew-cask/Casks/extrabuildphase.rb

13 lines
578 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'extrabuildphase' do
2015-12-09 12:58:47 +08:00
version '0.3.2'
sha256 'a2181e7bdc78851f336752091ae30b23ede348f06dc6d3ab9980725e2cacbf64'
2015-11-09 12:57:46 +08:00
url "https://github.com/norio-nomura/ExtraBuildPhase/releases/download/#{version}/ExtraBuildPhase.xcplugin-#{version}.zip"
2015-11-09 12:57:46 +08:00
appcast 'https://github.com/norio-nomura/ExtraBuildPhase/releases.atom'
name 'ExtraBuildPhase'
homepage 'https://github.com/norio-nomura/ExtraBuildPhase'
license :mit
artifact 'ExtraBuildPhase.xcplugin', :target => "#{ENV['HOME']}/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ExtraBuildPhase.xcplugin"
2015-11-09 12:57:46 +08:00
end