summaryrefslogtreecommitdiff
path: root/Ports/hatari
AgeCommit message (Collapse)Author
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-09-15Ports: Use new CMakeToolchain.txt located in the build directoryAndrew Kaster
Now that we're generating the CMake toolchain file in the build directory, we need to redirect the ports that use CMake to the new location. Looking into this showed that there's still a bunch of work to do in general to make the ports agnostic to which toolchain they're using, there's a lot of hard-coded ${ARCH}-pc-serenity-gcc assumptions still here.
2021-05-01Ports: Fix hatari install stepLinus Groh
Fixes #6798.
2021-04-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-23Ports: Add launchers for some of the portsGunnar Beutner
2021-04-20Ports: Consistently indent with four spacesLinus Groh
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-19Ports: Remove obsolete patch for hatariGunnar Beutner
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-04-16Toolchain+Ports: Move the CMake toolchain file into a subdirectoryGunnar Beutner
2021-04-14Ports: Remove obsolete _SC_CLK_TCK patch for hatariGunnar Beutner
2021-03-30Ports: Use 'env bash' in hatari and pt2-clone package.sh shebangLinus Groh
2021-03-16Ports: Add Hatari Atari ST/STE/TT/Falcon emulator (#5812)Dan MacDonald