diff options
Diffstat (limited to 'homebrew/qjackctl/.make.sh-auto')
-rw-r--r-- | homebrew/qjackctl/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/qjackctl/.make.sh-auto b/homebrew/qjackctl/.make.sh-auto new file mode 100644 index 000000000..9e6cfb449 --- /dev/null +++ b/homebrew/qjackctl/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.cxx11 +pkg:configure --disable-dbus --disable-portaudio --disable-xunique --with-jack=#{Formula[jack"].opt_prefix}" --with-qt5=#{Formula[qt"].opt_prefix}" +make DESTDIR=${PKG_DEST} install +prefix.install bin/"qjackctl.app" +bin.install_symlink prefix/"qjackctl.app/Contents/MacOS/qjackctl" |