homebrew-cask/Casks/night-owl.rb

13 lines
368 B
Ruby
Raw Normal View History

2015-01-28 00:02:31 +08:00
cask :v1 => 'night-owl' do
2014-09-17 19:43:08 +08:00
version :latest
sha256 :no_check
# null.net is the official download host per the vendor homepage
2013-12-28 12:14:32 +08:00
url 'http://aki-null.net/yf/YoruFukurou_SL.zip'
2014-05-14 21:40:04 +08:00
appcast 'http://sites.google.com/site/yorufukurou/distribution/appcast.xml'
2013-12-28 12:14:32 +08:00
homepage 'https://sites.google.com/site/yorufukurou/home-en'
2015-01-22 14:57:30 +08:00
license :gratis
2015-01-28 00:02:31 +08:00
app 'Night Owl.app'
2013-12-28 12:14:32 +08:00
end