This commit is contained in:
JMARyA 2025-04-06 01:25:35 +02:00
parent f7d5193684
commit e784de310a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 29 additions and 0 deletions

13
PKGBUILD Normal file
View file

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