update
This commit is contained in:
parent
e665b6d626
commit
aebd47503e
9 changed files with 158 additions and 3 deletions
12
examples/ps3/PKGBUILD
Normal file
12
examples/ps3/PKGBUILD
Normal 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 -vzr ../root/ "$pkgdir/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue