mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
631 B
Ruby
21 lines
631 B
Ruby
cask "cernbox" do
|
|
version "4.1.0.11373"
|
|
sha256 "8a54f84f376ad9844cc2251172cf9272418319180b98e424159ae4119499b9e2"
|
|
|
|
url "https://cernbox.cern.ch/cernbox/doc/MacOSX/cernbox-#{version}-x86_64.pkg"
|
|
name "CERNBox Client"
|
|
desc "Cloud storage for CERN users"
|
|
homepage "https://cernbox.web.cern.ch/cernbox/"
|
|
|
|
livecheck do
|
|
url "https://cernbox.web.cern.ch/cernbox/downloads/"
|
|
regex(%r{href=.*?/cernbox[._-]v?(\d+(?:\.\d+)+)-x86_64.pkg}i)
|
|
end
|
|
|
|
pkg "cernbox-#{version}-x86_64.pkg"
|
|
|
|
uninstall signal: ["TERM", "ch.cern.cernbox"],
|
|
login_item: "cernbox",
|
|
pkgutil: "ch.cern.cernbox"
|
|
end
|