homebrew-cask/Casks/pineapple.rb

13 lines
416 B
Ruby
Raw Normal View History

2015-12-16 21:24:40 +08:00
cask :v1 => 'pineapple' do
2015-12-16 21:20:01 +08:00
version '0.8.0'
sha256 '9ad7c2371ff5c82be5ad236c17085261dba80f462f19fafd33de6a718c162881'
2015-09-19 04:15:05 +08:00
# amazonaws.com is the official download host per the vendor homepage
2015-12-16 21:20:01 +08:00
url "https://s3.amazonaws.com/com.nathansuniversity/Pineapple/Releases/Pineapple-#{version}-Python3.5.dmg"
2015-09-19 04:15:05 +08:00
name 'Pineapple'
homepage 'http://nwhitehead.github.io/pineapple/'
license :gpl
2015-12-16 21:24:40 +08:00
app 'Pineapple.app'
2015-09-19 04:15:05 +08:00
end