Create emojify.rb (#22382)

This commit is contained in:
Haroen Viaene 2016-06-25 13:42:06 +02:00 committed by Vítor Galvão
parent 44b5bb9f6a
commit eea55dee9a
1 changed files with 13 additions and 0 deletions

13
Casks/emojify.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'emojify' do
version '0.1.0'
sha256 '2ca93bf5707dfa67e4be8f1f27384ac1cb0d2644154999c7904b5d8b303ba18c'
url "https://github.com/Haroenv/emojify-service/archive/v#{version}.zip"
appcast 'https://github.com/Haroenv/emojify-service/releases.atom',
checkpoint: 'b53826c2bbf31c9ee4a668ebed4f370458e3d3f08fb2dc527242e4fff0f56d04'
name 'Emojify Service'
homepage 'https://github.com/Haroenv/emojify-service'
license :apache
service 'Emojify.workflow'
end