1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
nixpkgs/pkgs/games/tcl2048/builder.sh
2014-08-31 12:02:04 +03:00

6 lines
85 B
Bash

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