homebrew-cask/Casks/function-pilot.rb

17 lines
420 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'function-pilot' do
2015-03-03 04:42:42 +08:00
version :latest
sha256 :no_check
url 'http://tinybird.com/download/FunctionPilot.dmg'
name 'Function Pilot'
homepage 'http://tinybird.com/mac/function-pilot.html'
license :gratis
app 'Function Pilot.app'
zap :delete => [
'~/Library/Application Support/FunctionPilot',
'~/Library/Caches/com.tinybird.functionpilot',
]
2015-03-03 04:42:42 +08:00
end