mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-09 04:35:18 +02:00
31 lines
919 B
Text
31 lines
919 B
Text
# Contributor: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=lutris
|
|
pkgver=0.5.19
|
|
pkgrel=0
|
|
pkgdesc="Lutris is a video game preservation platform"
|
|
url="https://lutris.net/"
|
|
arch="noarch"
|
|
license="GPL-3.0-only"
|
|
depends="py3-lxml py3-pillow webkit2gtk-6.0"
|
|
makedepends="appstream-glib desktop-file-utils gettext meson"
|
|
subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/refs/tags/v$pkgver.tar.gz"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
output .
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
43459c1eaa138c4c33cd306d072779c44be418492df7f9083c690fb3c6e01a7a41ea349e5ff0f85359345e6cc1573b8b4875b79241c77ea099bb485d523d2fdf lutris-0.5.19.tar.gz
|
|
"
|