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

pkgname=ps3libraries
pkgver=20240217
pkgrel=2
pkgdesc='Meta package for libraries used in the creation of homebrew software for the Sony PlayStation 3 videogame system.'
url='https://github.com/ps3dev/libraries'
arch=('any')
license=('MIT')
depends=(
	# Toolchain
	'ps3toolchain>=20240217'
	# Libs
	'ps3-zlib>=1.3.1'
	'ps3-zstd>=1.5.5'
)
# Large or situational:
optdepends=(
	'ps3-ffmpeg-libs'
)