Files
homebrew-cask/Casks/c/clibor.rb
2023-11-07 22:32:07 +08:00

31 lines
710 B
Ruby
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
cask "clibor" do
version "1.3"
sha256 :no_check
language "en", default: true do
url "https://chigusa-web.com/clibor-for-mac-en/dl/clibor-for-mac/"
end
language "ja" do
url "https://chigusa-web.com/clibor-for-mac/dl/clibor-for-mac/"
end
name "Clibor for Mac"
desc "Clipboard manager"
homepage "https://chigusa-web.com/clibor-for-mac-en/"
livecheck do
url "https://chigusa-web.com/clibor-for-mac-en/download/"
regex(/Clibor\.dmg\s\sv?(\d+(?:\.\d+)+)/i)
end
auto_updates true
depends_on macos: ">= :monterey"
app "Clibor.app"
zap trash: [
"~/Library/Application Scripts/com.chigusa-web.Clibor",
"~/Library/Containers/com.chigusa-web.Clibor",
]
end