shpotify: head added
Closes Homebrew/homebrew#40600. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
fed5e7d40b
commit
96cec4de9b
1 changed files with 3 additions and 1 deletions
|
@ -4,11 +4,13 @@ class Shpotify < Formula
|
|||
url "https://github.com/hnarayanan/shpotify/archive/1.0.0.tar.gz"
|
||||
sha256 "4bdc2bd488132604c9b9e850816db1df77ab468144972f9649316593fb4a6ac0"
|
||||
|
||||
head "https://github.com/hnarayanan/shpotify.git"
|
||||
|
||||
def install
|
||||
bin.install "spotify"
|
||||
end
|
||||
|
||||
test do
|
||||
system "spotify"
|
||||
system "#{bin}/spotify"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue