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

14 lines
172 B
Bash
Raw Normal View History

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