This commit is contained in:
JMARyA 2025-04-06 02:07:53 +02:00
parent 5f80622d6b
commit a813a6194f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 28 additions and 0 deletions

12
PKGBUILD Normal file
View file

@ -0,0 +1,12 @@
pkgname=game.title
pkgver=1.0
pkgrel=1
pkgdesc="<GAME_DESC>"
arch=('x86_64')
depends=('rpcs3')
source=()
sha256sums=()
package() {
rsync -vzrp ../root/ "$pkgdir/"
}