aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shpotify.rb
blob: 2514d357d3f9faea0eb0b2953d41c5d36126b06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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