Skip to content
Open
Changes from all commits
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
23 changes: 23 additions & 0 deletions Casks/e/eurkey-next.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cask "eurkey-next" do
version "2026.03.22"
sha256 "c951f9bfcfc426d38991d1bf8e0be1142bb902dddd84f97a575958f08057b243"

url "https://github.com/felixfoertsch/EurKEY-Next/releases/download/#{version}/EurKEY-Next-#{version}.dmg",

Check failure on line 5 in Casks/e/eurkey-next.rb

View workflow job for this annotation

GitHub Actions / test eurkey-next (macos-15-intel, intel)

GitHub fork (not canonical repository)

Check failure on line 5 in Casks/e/eurkey-next.rb

View workflow job for this annotation

GitHub Actions / test eurkey-next (macos-26, arm)

GitHub fork (not canonical repository)
verified: "github.com/felixfoertsch/EurKEY-Next/"
name "EurKEY Next keyboard layout"
desc "Keyboard layout for Europeans, coders, and translators"
homepage "https://eurkey-macos.eu/"

livecheck do
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

keyboard_layout "EurKEY-Next.bundle"

# No zap stanza required

caveats do
reboot
end
end
Loading