nixpkgs/pkgs/misc/emulators/atari800/builder.sh

14 lines
171 B
Bash

source $stdenv/setup
preConfigure() {
cd src
}
postInstall() {
romsDir=$out/share/atari800/roms
mkdir -p $romsDir
unzip $rom -d $romsDir
}
genericBuild