diff options
| -rw-r--r-- | Library/Formula/libopenspotify.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/libopenspotify.rb b/Library/Formula/libopenspotify.rb deleted file mode 100644 index 78f35e04d..000000000 --- a/Library/Formula/libopenspotify.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class Libopenspotify < Formula - head 'https://github.com/noahwilliamsson/openspotify.git' - homepage 'https://github.com/noahwilliamsson/openspotify' - - depends_on 'libogg' - depends_on 'libvorbis' - - def install - system "make -C libopenspotify install prefix=#{prefix}" - end -end |
