summary refs log tree commit diff
path: root/pkgs/games/tcl2048/builder.sh
blob: b34441cdc9965de04d0d8725b6e94a93cc8a9171 (plain) (blame)
1
2
3
4
5
source $stdenv/setup

mkdir -p $out/bin
cp $src $out/bin/2048
chmod +x $out/bin/2048