Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gqrx.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Gqrx < Formula
homepage 'https://github.com/csete/gqrx'
head 'https://github.com/csete/gqrx.git', :branch => 'master'
head 'https://github.com/Nuand/gqrx.git', :branch => 'master'

depends_on 'cmake' => :build
depends_on 'qt'
depends_on 'boost'
depends_on 'gnuradio'
depends_on 'gr-osmosdr'
depends_on 'rxseger/hackrf/gr-osmosdr'

def install
system "qmake -set PKG_CONFIG /usr/local/bin/pkg-config"
Expand Down
3 changes: 1 addition & 2 deletions gr-osmosdr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

class GrOsmosdr < Formula
homepage 'http://sdr.osmocom.org/trac/wiki/GrOsmoSDR'
head 'git://git.osmocom.org/gr-osmosdr', :branch => 'master',
:shallow => false
head 'https://github.com/Nuand/gr-osmosdr.git', :branch => 'master'

depends_on 'cmake' => :build
depends_on 'gnuradio'
Expand Down