mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
32 lines
1.0 KiB
Ruby
32 lines
1.0 KiB
Ruby
cask "universal-gcode-platform" do
|
|
arch arm: "aarch64", intel: "x64"
|
|
|
|
version "2.1.2"
|
|
sha256 arm: "7be0908be21f338dd16a8c407393b2758ddf537c44897d35887c8e9f5b53be55",
|
|
intel: "11332ff1ae50c0f51b24aaff639299d72951b46ebfde6719dfab384bc93f1405"
|
|
|
|
url "https://github.com/winder/Universal-G-Code-Sender/releases/download/v#{version}/macosx-#{arch}-ugs-platform-app-#{version}.dmg",
|
|
verified: "github.com/winder/Universal-G-Code-Sender/"
|
|
name "Universal G-code Sender (Platform version)"
|
|
desc "G-code sender for CNC (compatible with GRBL, TinyG, g2core and Smoothieware)"
|
|
homepage "https://winder.github.io/ugs_website/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "Universal Gcode Sender.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/ugsplatform",
|
|
"~/Library/Preferences/ugs",
|
|
]
|
|
|
|
caveats <<~EOS
|
|
UGS developers do not sign their code and this app may need manual changes.
|
|
For more information, see:
|
|
https://github.com/winder/Universal-G-Code-Sender/issues/1351#issuecomment-579110056
|
|
EOS
|
|
end
|