aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/shpotify.rb13
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