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

pkgname=ps3toolchain
pkgver=20230307
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=('GPL')
depends=(
	'ps3-ppu-binutils>=2.40'
	'ps3-ppu-gcc>=9.5.0'
	'ps3-spu-binutils>=2.22'
	'ps3-spu-gcc>=9.5.0'
	'ps3-psl1ght-rules'
	'ps3-psl1ght'
)