1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Johnathan Jenkins <twodopeshaggy@gmail.com>
3 # Contributor: prettyvanilla <prettyvanilla@posteo.at>
4 # Contributor: almostalive <almostalive2003@gmail.com>
6 pkgname=libretro-pcsx-rearmed
9 pkgdesc='Sony PlayStation core'
11 url='https://github.com/libretro/pcsx_rearmed'
14 depends=('glibc' 'zlib')
16 source=('libretro-pcsx-rearmed::git+https://github.com/libretro/pcsx_rearmed.git'
17 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/pcsx_rearmed_libretro.info')
19 'e93b0475d7c6f422ad52af696205409423ddfa449109e76f36a95f17943bfa92')
22 cd libretro-pcsx-rearmed
24 git rev-list --count HEAD
28 cd libretro-pcsx-rearmed
30 make -f Makefile.libretro
34 cd libretro-pcsx-rearmed
36 install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
37 install -m 644 pcsx_rearmed_libretro.so "${pkgdir}"/usr/lib/libretro/
38 install -m 644 ../pcsx_rearmed_libretro.info "${pkgdir}"/usr/share/libretro/info/