gamepkg/examples/wine/PKGBUILD

13 lines
183 B
Text
Raw Permalink Normal View History

2025-03-05 19:53:00 +01:00
pkgname=game.title
pkgver=1.0
pkgrel=1
pkgdesc="<GAME_DESC>"
arch=('x86_64')
depends=('wine' 'umu-launcher')
source=()
sha256sums=()
package() {
2025-03-09 02:48:00 +01:00
rsync -vzr ../root/ "$pkgdir/"
2025-03-05 19:53:00 +01:00
}