nixpkgs/pkgs/development/tools/misc/texinfo/builder.sh

11 lines
126 B
Bash
Raw Normal View History

#! /bin/sh -e
buildinputs="$ncurses"
. $stdenv/setup
tar xvfz $src
cd texinfo-*
./configure --prefix=$out
make
make install