mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
13463a6f01
svn path=/nixpkgs/trunk/; revision=11986
10 lines
141 B
Bash
10 lines
141 B
Bash
# 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
|