mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #157441 from jeffbyrnes/add-songkong
songkong (new cask)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
cask "songkong" do
|
||||
arch arm: "-m1"
|
||||
|
||||
version "9.6,1.0"
|
||||
sha256 :no_check
|
||||
|
||||
url "https://www.jthink.net/songkong/downloads/current/songkong-osx#{arch}.dmg"
|
||||
name "SongKong"
|
||||
desc "Automated audio tag editor"
|
||||
homepage "https://www.jthink.net/songkong/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :extract_plist
|
||||
end
|
||||
|
||||
depends_on macos: ">= :sierra"
|
||||
|
||||
app "SongKong.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Logs/SongKong",
|
||||
"~/Library/Preferences/SongKong",
|
||||
"~/Library/Reports/SongKong",
|
||||
"~/Library/Saved Application State/com.jthink.songkong.savedState",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user