From a25e2d7920a156526c53a84faa6c37f2dec99a69 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Fri, 17 Apr 2015 13:50:55 +0200 Subject: shpotify 1.0.0 (new formula) Closes #38746. Signed-off-by: Tim D. Smith --- Library/Formula/shpotify.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/shpotify.rb (limited to 'Library') 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 -- cgit v1.2.3