## Maintainer: David Husička ## Contributor: Tyler Nelson pkgname=osu-lazer-bin pkgver=2021.1206.0 pkgrel=1 pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew." arch=('x86_64') url="https://osu.ppy.sh" license=('MIT' 'custom:CC-BY-NC 4.0') groups=() depends=(ffmpeg zlib libgl fuse2 osu-mime) makedepends=() checkdepends=() optdepends=() provides=(osu-lazer) conflicts=(osu-lazer) replaces=() backup=() options=(!strip) install= changelog= source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver/osu.AppImage" "$pkgname.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png" "$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md" "osu-lazer.desktop") noextract=("$pkgname-$pkgver.AppImage") sha256sums=("0fd7d2da71419bbd623a6b511bdbb85684119140fd6ef1a3b7500de6243c2db0" "36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10" "30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244" "43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801") package() { # Install image install -Dm644 "${srcdir}"/"${pkgname}".png "${pkgdir}"/usr/share/pixmaps/osu-lazer.png # Install license install -Dm644 "${srcdir}"/"${pkgname}"-LICENCE.md "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENCE.md # Install desktop file install -Dm644 osu-lazer.desktop "${pkgdir}"/usr/share/applications/osu-lazer.desktop # Install binary install -Dm755 "${srcdir}"/"${pkgname}"-"${pkgver}".AppImage "${pkgdir}"/usr/bin/osu-lazer }