nixpkgs/pkgs/applications/misc/hello/ex-1/builder.sh

10 lines
108 B
Bash
Raw Normal View History

. $stdenv/setup
PATH=$perl/bin:$PATH
tar xvfz $src
cd hello-*
./configure --prefix=$out
make
make install