gamepkg_base/PKGBUILD
2025-04-06 01:25:35 +02:00

13 lines
206 B
Bash

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/"
}