about summary refs log tree commit diff
path: root/pkgs/misc/emulators/atari800/builder.sh
blob: f0fcb5150c886fbb3614149625f7c8ef6716a09c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
source $stdenv/setup

preConfigure() {
    cd src
}

postInstall() {
    romsDir=$out/share/atari800/roms
    ensureDir $romsDir
    unzip $rom -d $romsDir
}

genericBuild