# Contributor: Linux Gamers _version=20220813-9f7e98c05 pkgname=yuzu-mainline-bin provides=('yuzu' 'yuzu-cmd') conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') pkgver=0.1131 pkgrel=1 pkgdesc="Nintendo Switch emulator - mainline branch" arch=('x86_64') url="https://github.com/yuzu-emu/yuzu-mainline" license=('GPL2') depends=('libva' 'qt5-multimedia' 'hicolor-icon-theme') optdepends=('qt5-wayland: for Wayland support') options=(!strip) source=("${url}/releases/download/mainline-${pkgver/./-}/yuzu-linux-${_version}.tar.xz" # icon and desktop from upstream not included in sources "yuzu.svg" "yuzu.desktop") sha512sums=('6fa08c0e1b45f0b9a15bfc7e1962eb2e9f89e47e190328e34b16bbf223fd5cd63407b45718aa78875baae0bb2c28a52fcd31d99cba6e94e739c5f5db2cb9a91a' '8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3' '5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2') package() { install -Dm644 yuzu.desktop -t "$pkgdir/usr/share/applications" install -Dm644 yuzu.svg -t "$pkgdir/usr/share/icons/hicolor/scalable/apps" install -Dm755 yuzu-linux-mainline/yuzu-cmd -t "$pkgdir/usr/bin" install -Dm755 yuzu-linux-mainline/yuzu-mainline.AppImage "$pkgdir/usr/bin/yuzu" }