Skip to content

Commit

Permalink
Add Fjord Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed May 15, 2024
1 parent 90453e1 commit da58670
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 13 deletions.
31 changes: 31 additions & 0 deletions Casks/fjordlauncher.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
cask "fjordlauncher" do
version "8.3"

on_mojave :or_older do
sha256 "8781034fb9b43940c03873b27dbff650fbd51d1e33ea544d1312961a3edb76e8"

url "https://github.com/unmojang/FjordLauncher/releases/download/#{version}/FjordLauncher-macOS-Legacy-#{version}.zip"
end
on_catalina :or_newer do
sha256 "0eed7ea42dadeac4a6bd62737f2a6240e6c431f4b385d1139e9ce9e37a535a6d"

url "https://github.com/unmojang/FjordLauncher/releases/download/#{version}/FjordLauncher-macOS-#{version}.zip"
end

name "Fjord Launcher"
desc "Minecraft launcher"
homepage "https://github.com/unmojang/FjordLauncher"

auto_updates true
depends_on macos: ">= :high_sierra"

app "Fjord Launcher.app"

zap trash: [

Check failure on line 24 in Casks/fjordlauncher.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/ArrayAlphabetization: The array elements should be ordered alphabetically
"~/Library/Application Support/FjordLauncher/metacache",
"~/Library/Application Support/FjordLauncher/FjordLauncher-*.log",
"~/Library/Application Support/FjordLauncher/fjordlauncher.cfg",
"~/Library/Preferences/org.fjordlauncher.FjordLauncher.plist",
"~/Library/Saved Application State/org.fjordlauncher.FjordLauncher.savedState",
]
end
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Unmojang Homebrew Tap
# homebrew-unmojang

## To install PollyMC
[Homebrew](https://brew.sh) tap for unmojang projects

## To install Fjord Launcher

```
brew tap unmojang/homebrew-unmojang
brew install --cask pollymc
brew install --cask fjordlauncher
```

## How do I install these formulae?

`brew install unmojang/homebrew-unmojang/<formula>`

Or `brew tap unmojang/homebrew-unmojang` and then `brew install <formula>`.

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).

0 comments on commit da58670

Please sign in to comment.