mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
12 lines
140 B
Bash
12 lines
140 B
Bash
source $stdenv/setup
|
|
|
|
unpackPhase
|
|
|
|
cd freebayes-*
|
|
|
|
make
|
|
|
|
mkdir -p $out/bin
|
|
cp bin/freebayes bin/bamleftalign $out/bin
|
|
cp scripts/* $out/bin
|