Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Casks/e/exelearning.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "exelearning" do
version "3.0.0"
sha256 "4adb87d5bf6b6284c704b99f5784b751bd285542c46ffad22ba7644380a01d9c"

url "https://github.com/exelearning/exelearning/releases/download/v#{version}/eXeLearning-#{version}-universal.dmg",

Check failure on line 5 in Casks/e/exelearning.rb

View workflow job for this annotation

GitHub Actions / test exelearning (macos-26, arm)

GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)

Check failure on line 5 in Casks/e/exelearning.rb

View workflow job for this annotation

GitHub Actions / test exelearning (macos-15-intel, intel)

GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)
verified: "github.com/exelearning/exelearning/"
name "exelearning"
desc "Is an open source authoring tool to create educational resources"
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description should not start with 'Is'. Remove 'Is' to follow Homebrew cask description conventions.

Suggested change
desc "Is an open source authoring tool to create educational resources"
desc "Open source authoring tool to create educational resources"

Copilot uses AI. Check for mistakes.
homepage "https://exelearning.net/"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :monterey"

app "eXeLearning.app"

zap trash: [
"~/Library/Application Support/eXeLearning",
"~/Library/Application Support/exelearning",
"~/Library/Caches/es.intef.exelearning",
"~/Library/Caches/es.intef.exelearning.ShipIt",
"~/Library/Caches/exelearning",
"~/Library/Caches/exelearning-updater",
"~/Library/HTTPStorages/es.intef.exelearning",
"~/Library/Preferences/es.intef.exelearning.plist",
]
end
Loading