homebrew-cask-versions/Casks/function-pilot.rb
2015-03-03 08:57:30 +01:00

16 lines
382 B
Ruby

cask :v1 => 'function-pilot' do
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'
]
end