working condition

This commit is contained in:
darwincereska
2025-12-07 20:39:56 -05:00
parent 7c332de012
commit 405c4ce1ff
2 changed files with 12 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

12
Formula/spotdl.rb Normal file
View File

@@ -0,0 +1,12 @@
class Spotdl < Formula
version "4.4.3"
desc ""
homepage ""
url "https://github.com/spotDL/spotify-downloader/releases/download/v#{version}/spotdl-#{version}-darwin"
sha256 "c8551c75cc6e2767241e18dd789523f67f0376aefe03bdb48efbdda6aebd73c7"
def install
bin.install Dir['spotdl-*'].first => 'spotdl'
end
end