Files
homebrew-cask/Casks/e/ebibookreader.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
388 B
Ruby

cask "ebibookreader" do
version "1.3.6.0"
sha256 :no_check
url "https://haishin.ebookjapan.jp/contents/appli/reader/ebiBookReader.dmg"
name "ebi.BookReader"
desc "Ebook reader"
homepage "https://www.ebookjapan.jp/ebj/reader/mac/"
pkg "ebibookreader.pkg"
uninstall pkgutil: "jp.co.ebookjapan.ebibookreader1360.ebiBookReader.pkg"
caveats do
discontinued
end
end