Skip to content

Commit

Permalink
shpotify 1.0.0 (new formula)
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#38746.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
  • Loading branch information
bfontaine authored and tdsmith committed Apr 18, 2015
1 parent e7e8667 commit 2ae03ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Formula/shpotify.rb
@@ -0,0 +1,13 @@
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

0 comments on commit 2ae03ac

Please sign in to comment.