diff --git a/.DS_Store b/.DS_Store index fa4f4c4..e488ff9 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Formula/spotdl.rb b/Formula/spotdl.rb new file mode 100644 index 0000000..93330f4 --- /dev/null +++ b/Formula/spotdl.rb @@ -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