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

10 lines
113 B
Bash
Raw Normal View History

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