mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
16 lines
382 B
Ruby
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
|