From 46f6ed4631773127b9bf2e2f7cc6ddc4e4f44c3b Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sun, 31 Jan 2010 15:30:00 +0100 Subject: New formula ncmpc Ncmpc is a fully featured MPD client, which runs in a terminal (using ncurses). Its goal is to provide a keyboard oriented and consistent interface to MPD, without wasting resources. --- Library/Formula/ncmpc.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/ncmpc.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ncmpc.rb b/Library/Formula/ncmpc.rb new file mode 100644 index 000000000..07603befc --- /dev/null +++ b/Library/Formula/ncmpc.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Ncmpc