homebrew-core/Formula/shpotify.rb
Baptiste Fontaine 2ae03ac544 shpotify 1.0.0 (new formula)
Closes Homebrew/homebrew#38746.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-17 23:53:10 -07:00

13 lines
318 B
Ruby

class Shpotify < Formula
homepage "https://harishnarayanan.org/projects/shpotify/"
url "https://github.com/hnarayanan/shpotify/archive/1.0.0.tar.gz"
sha256 "4bdc2bd488132604c9b9e850816db1df77ab468144972f9649316593fb4a6ac0"
def install
bin.install "spotify"
end
test do
system "spotify"
end
end