mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
chore: add test macos cask definition
This commit is contained in:
parent
019ba865e2
commit
d0f6f9d9f6
22
Casks/spotube.rb
Normal file
22
Casks/spotube.rb
Normal file
@ -0,0 +1,22 @@
|
||||
cask "spotube" do
|
||||
version "3.4.1"
|
||||
sha256 "5686cb0b1b261399062250c36b7bf9c481e4c36c76615d787e01c77036fe6cba"
|
||||
|
||||
url "https://github.com/KRTirtho/spotube/releases/download/v#{version}/Spotube-macos-universal.dmg",
|
||||
verified: "github.com/KRTirtho/spotube/"
|
||||
name "Spotube"
|
||||
desc "🎧 Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!"
|
||||
homepage "https://spotube.krtirtho.dev/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
app "spotube.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Scripts/oss.krtirtho.spotube",
|
||||
"~/Library/Containers/oss.krtirtho.spotube",
|
||||
]
|
||||
end
|
@ -6,3 +6,4 @@ Icon=/usr/share/icons/spotube/spotube-logo.png
|
||||
Comment=A music streaming app combining the power of Spotify & YouTube
|
||||
Terminal=false
|
||||
Categories=Audio;Music;Player;AudioVideo;
|
||||
MimeType=x-scheme-handler/spotify;
|
Loading…
Reference in New Issue
Block a user