From 57dfab3b1f6d0ac9b11aae191d3ebfda0abefb46 Mon Sep 17 00:00:00 2001 From: tracer Date: Sun, 19 Apr 2026 13:30:08 +0200 Subject: [PATCH] feat: add iKeyMon cask --- Casks/ikeymon.rb | 13 +++++++++++++ README.md | 24 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Casks/ikeymon.rb create mode 100644 README.md diff --git a/Casks/ikeymon.rb b/Casks/ikeymon.rb new file mode 100644 index 0000000..7acf17b --- /dev/null +++ b/Casks/ikeymon.rb @@ -0,0 +1,13 @@ +cask "ikeymon" do + version "26.1.5" + sha256 "a8b1d4ae116bd854d1ed50491233359962c6627f2e65abdaf72016ab79850bd3" + + url "https://git.24unix.net/tracer/iKeyMon/releases/download/v#{version}/iKeyMon-#{version}.dmg" + name "iKeyMon" + desc "KeyHelp server monitor for macOS" + homepage "https://git.24unix.net/tracer/iKeyMon" + + auto_updates true + + app "iKeyMon.app" +end diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb4e236 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# 24unix Homebrew Tap + +This tap provides the `ikeymon` cask for installing iKeyMon with Homebrew. + +## Add the tap + +```bash +brew tap 24unix/tap https://git.24unix.net/24unix/homebrew-tap.git +``` + +## Install + +```bash +brew install --cask ikeymon +``` + +## Current upstream release source + +The cask downloads signed release artifacts from: + +```text +https://git.24unix.net/tracer/iKeyMon/releases +``` +