PKGNAME=mgba
PKGSEC=games
PKGDEP="desktop-file-utils ffmpeg imagemagick libedit libepoxy libpng \
        libzip p7zip qt-5 sdl2 zlib"
BUILDDEP="cmake"
PKGDES="A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy"

ABTYPE=cmakeninja

# FIXME: This CMAKE_AFTER does not work for the git branch information shown in
# the about window, due to the CMakeLists.txt calling the version.cmake without
# passing arguments
#CMAKE_AFTER="-DSKIP_GIT=YES \
#             -DGIT_BRANCH=master \
#             -DGIT_TAG=${PKGVER}"
