Skip to content

Commit

Permalink
move build script to package root
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 24, 2015
1 parent cfe60f0 commit 362c2db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
15 changes: 15 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using BinDeps
@BinDeps.setup

deps = [
mafft = library_dependency("mafft"),
biopython = library_dependency("python-biopython")
]

provides(AptGet,
{"mafft" => mafft})

provides(AptGet,
{"python-biopython" => biopython})

@BinDeps.install
11 changes: 0 additions & 11 deletions src/MAFFT/deps/build.jl

This file was deleted.

0 comments on commit 362c2db

Please sign in to comment.