summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b1a80c5c38b6dfba4c290ded7813e7543f7cf02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Darjan Krijan [https://disc-kuraudo.eu]

pkgname=ps3toolchain
pkgver=20240217
pkgrel=1
pkgdesc='Meta package for tools used in the creation of homebrew software for the Sony PlayStation 3 videogame system.'
url='https://github.com/ps3dev/ps3toolchain'
arch=('any')
license=('MIT')
depends=(
	# Environment
	'ps3-env>=20230409'
	# Toolchain
	'ps3-ppu-binutils>=2.42'
	'ps3-ppu-gcc>=13.2.0'
	'ps3-spu-binutils>=2.22'
	'ps3-spu-gcc>=9.5.0'
	# Runtime
	'ps3-psl1ght=20230214'
)
optdepends=(ps3libraries)