Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
homebrew-tpf
Commits
7f22b53a
Commit
7f22b53a
authored
May 15, 2017
by
Roman Haefeli
Browse files
add formular for jacktrip
parent
7bd15024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Formula/jacktrip.rb
0 → 100644
View file @
7f22b53a
class
Jacktrip
<
Formula
desc
"JackTrip is a Linux and Mac OS X-based system used for multi-machine audio network performance over the Internet."
homepage
"https://ccrma.stanford.edu/groups/soundwire/software/jacktrip/"
url
"https://gitlab.zhdk.ch/TPF/jacktrip/repository/archive.zip?ref=v1.1-tpf"
sha256
"bc11d834706dec5d26f0dbe0d286501487f6b98adb6e47e6ff15a72073639aa7"
depends_on
"qt"
=>
:build
depends_on
"jack2"
def
install
`( cd src; PATH=$PATH:/usr/local/opt/qt/bin/ ./build )`
if
$?
!=
0
return
false
end
bin
.
install
"src/jacktrip"
end
test
do
system
"
#{
bin
}
/jacktrip"
,
"--help"
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment