Casks/servicenow-snc.rb hinzugefügt

This commit is contained in:
2026-05-21 11:37:22 +02:00
parent f6c7200237
commit d51e8fce14
+23
View File
@@ -0,0 +1,23 @@
cask "servicenow-snc" do
version "1.1.3"
sha256 "ed8ba9d3940bb040b5942da31cd2da9240a2f987a9f9358ff724efe65a767815"
# HINWEIS: ServiceNow Store ist oft login-geschützt. Besser: internes Artefakt-Repo.
url "https://git.surke.de/os-mnemo/homebrew-homebrew/releases/download/SNC/snc-#{version}.zip",
verified: "git.surke.de/"
name "ServiceNow CLI (snc)"
desc "ServiceNow CLI installer for macOS"
homepage "https://www.servicenow.com/"
depends_on macos: ">= :catalina"
installer manual: "/Users/osurke/Downloads/snc-#{version}/snc-#{version}-osx-installer.app"
caveats <<~EOS
Run the installer and select "Add to PATH" when prompted (requires admin/root).
Then verify:
which snc # expected: /usr/local/bin/snc
snc version
EOS
end