✨ 3ds
This commit is contained in:
parent
5f80622d6b
commit
3d0c87d59c
3 changed files with 29 additions and 0 deletions
13
PKGBUILD
Normal file
13
PKGBUILD
Normal file
|
@ -0,0 +1,13 @@
|
|||
pkgname=game.title
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="<GAME_DESC>"
|
||||
arch=('x86_64')
|
||||
optdepends=('citra')
|
||||
makedepends=('rsync')
|
||||
source=()
|
||||
sha256sums=()
|
||||
|
||||
package() {
|
||||
rsync -vzrp ../root/ "$pkgdir/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue