You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
14 lines
269 B
Ruby
14 lines
269 B
Ruby
cask "fbreader" do
|
|
version "0.9.0"
|
|
sha256 :no_check
|
|
|
|
url "https://fbreader.org/files/macos/FBReaderMacOS.dmg"
|
|
appcast "https://fbreader.org/macos/"
|
|
name "FBReader"
|
|
homepage "https://fbreader.org/macos/"
|
|
|
|
app "FBReader.app"
|
|
|
|
zap trash: "~/.FBReader"
|
|
end
|