summary refs log tree commit diff
path: root/pkgs/applications/science/biology/mrbayes/builder.sh
blob: 5b3a54946fc9b68fe3166acc10fc62bcec1c4d56 (plain) (blame)
1
2
3
4
5
6
7
8
9
# builder for mrbayes - note: only builds on Unix

source $stdenv/setup

tar xvfz $src
cd mrbayes-*
make
mkdir -p $out/bin
cp -v mb $out/bin