🔒 Repository is read-only – file editing is disabled.

recipes/gui/lutris/PAGBUILD.yaml main

41 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041
pkgname: lutris
pkgver: '0.5.22'
pkgrel: '2'
pkgdesc: Lutris is an open gaming platform for Linux.
url: 'https://lutris.net'
arch: x86_64
license:
- GPL3
depends:
- psmisc
- python-gobject
- python-yaml
- python-evdev
- python-lxml
- python-protobuf
- python-distro
- python-dbus
- python-requests
- python-lxml
- python-protobuf
- unrar
- unzip
- p7zip
- curl
- xorg-xrandr
- vulkan-tools
makedepends:
- gtk3
- glib
source:
- 'https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 1001b215d68c7e450b74bcf11510adb3ac60074ed46d5a160eb851bafcc14c3c
build: |
  cd ${pkgname}-${pkgver}
  python setup.py build
  python setup.py install --root="${PKGDIR}" --optimize=1 --skip-build

  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
  true