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

8 lines
130 B
Bash
Raw Normal View History

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