nixpkgs/pkgs/tools/archivers/zip/builder.sh

8 lines
129 B
Bash
Raw Normal View History

source $stdenv/setup
makeFlags="-f unix/Makefile generic"
installFlags="-f unix/Makefile prefix=$out INSTALL=cp"
genericBuild