diff options
Diffstat (limited to 'homebrew/qjackctl/.beer')
-rw-r--r-- | homebrew/qjackctl/.beer | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/homebrew/qjackctl/.beer b/homebrew/qjackctl/.beer new file mode 100644 index 000000000..6449649b4 --- /dev/null +++ b/homebrew/qjackctl/.beer @@ -0,0 +1,39 @@ +{ + "name": "Qjackctl", + "description": "Simple Qt application to control the JACK sound server daemon", + "url": "https://downloads.sourceforge.net/qjackctl/qjackctl-0.5.3.tar.gz", + "mirror": null, + "homepage": "https://qjackctl.sourceforge.io/", + "depends": [ + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "jack", + "build-depend": false + }, + { + "depend": "qt", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV.cxx11", + "system \"./configure\", \"--disable-debug\",", + "\"--disable-dbus\",", + "\"--disable-portaudio\",", + "\"--disable-xunique\",", + "\"--prefix=#{prefix}\",", + "\"--with-jack=#{Formula[\"jack\"].opt_prefix}\",", + "\"--with-qt5=#{Formula[\"qt\"].opt_prefix}\"", + "system \"make\", \"install\"", + "prefix.install bin/\"qjackctl.app\"", + "bin.install_symlink prefix/\"qjackctl.app/Contents/MacOS/qjackctl\"" + ], + "version": "0.5.3", + "file": "qjackctl.rb" +}
\ No newline at end of file |