Initial commit of fish-app

Initial commit of the standalone app of the fish shell version 2.1.1.
This commit is contained in:
Kresten Jacobsen 2015-02-22 20:19:47 +01:00
parent ad348a8def
commit 2a85b078f4
1 changed files with 11 additions and 0 deletions

11
Casks/fish-app.rb Normal file
View File

@ -0,0 +1,11 @@
cask :v1 => 'fish-app' do
version '2.1.1'
sha256 '92af7a82e6f46b35867ca160e42ca55a65eb86404bff47b8db489952dab488fc'
url 'http://fishshell.com/files/2.1.1/fish.app.zip'
name 'Fish App'
homepage 'http://fishshell.com'
license :gpl
app 'fish.app'
end