comparison emulation/libretro-hatari/libretro-hatari.sh @ 1219:337f950c30f5

misc: use SPDX licenses
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:05:45 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1218:57dc83a39b13 1219:337f950c30f5
19 _SCOMMIT=$(echo $_COMMIT | awk '{ print substr($1, 0, 7) }') 19 _SCOMMIT=$(echo $_COMMIT | awk '{ print substr($1, 0, 7) }')
20 20
21 PKGNAME=libretro-hatari 21 PKGNAME=libretro-hatari
22 PKGVERSION=$_SCOMMIT 22 PKGVERSION=$_SCOMMIT
23 PKGREVISION=1 23 PKGREVISION=1
24 PKGLICENSE="GPLv20" 24 PKGLICENSE="GPL-2.0-only"
25 PKGSUMMARY="libretro implementation for hatari (Atari ST/STE/TT/Falcon)" 25 PKGSUMMARY="libretro implementation for hatari (Atari ST/STE/TT/Falcon)"
26 PKGDOWNLOAD="https://github.com/libretro/hatari/archive/$_COMMIT.tar.gz 26 PKGDOWNLOAD="https://github.com/libretro/hatari/archive/$_COMMIT.tar.gz
27 https://raw.github.com/libretro/libretro-super/master/dist/info/hatari_libretro.info" 27 https://raw.github.com/libretro/libretro-super/master/dist/info/hatari_libretro.info"
28 28
29 : ${CC:=clang} 29 : ${CC:=clang}