exonerate: missing pkg-config dependency
This commit is contained in:
parent
d435fe6560
commit
6604053f35
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Exonerate < Formula
|
||||
url 'http://www.ebi.ac.uk/~guy/exonerate/exonerate-2.2.0.tar.gz'
|
||||
homepage 'http://www.ebi.ac.uk/~guy/exonerate/'
|
||||
url 'http://www.ebi.ac.uk/~guy/exonerate/exonerate-2.2.0.tar.gz'
|
||||
md5 'ad3f7fc413376201c4631687b2e0ae89'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue