homebrew-core/Formula/shpotify.rb

18 lines
450 B
Ruby

class Shpotify < Formula
desc "Command-line interface for Spotify on a Mac"
homepage "https://harishnarayanan.org/projects/shpotify/"
url "https://github.com/hnarayanan/shpotify/archive/2.0.1.tar.gz"
sha256 "33a0f8a91cb6c86e51ad9f06e906b7ede6f185850ee28937ec3e3d84ba88155a"
head "https://github.com/hnarayanan/shpotify.git"
bottle :unneeded
def install
bin.install "spotify"
end
test do
system "#{bin}/spotify"
end
end