diff options
| author | Baptiste Fontaine | 2015-04-17 13:50:55 +0200 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-17 23:53:10 -0700 |
| commit | a25e2d7920a156526c53a84faa6c37f2dec99a69 (patch) | |
| tree | 2830002c32947c2b26375cae6435366149add3df /Library | |
| parent | 6a4b74304e5b3f16ccd9cf7a5907853f7407db1b (diff) | |
| download | homebrew-a25e2d7920a156526c53a84faa6c37f2dec99a69.tar.bz2 | |
shpotify 1.0.0 (new formula)
Closes #38746.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/shpotify.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/shpotify.rb b/Library/Formula/shpotify.rb new file mode 100644 index 000000000..2514d357d --- /dev/null +++ b/Library/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 |
