shrub/nix/pkgs/libaes_siv/builder.sh

8 lines
93 B
Bash
Raw Normal View History

source $stdenv/setup
cp -r $src ./src
chmod -R u+w ./src
cd ./src
PREFIX=$out make install