diff --git a/Casks/spotube.rb b/Casks/spotube.rb new file mode 100644 index 00000000..32a92802 --- /dev/null +++ b/Casks/spotube.rb @@ -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 \ No newline at end of file diff --git a/linux/spotube.desktop b/linux/spotube.desktop index 0bda851f..53f381e1 100644 --- a/linux/spotube.desktop +++ b/linux/spotube.desktop @@ -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; \ No newline at end of file