# Maintainer: uint2048_t # report pkgbuild bugs to uint2048_t # report game bugs to morten@rashbox.org pkgname=pengupop pkgver=2.2.2 pkgrel=26 pkgdesc="Clone of the retro arcade game Bust-a-move" arch=('x86_64') url='https://fedoraproject.org/wiki/Games/pengupop' license=('GPL') depends=('sdl') optdepends=('') source=("https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/p/pengupop-2.2.2-26.fc34.x86_64.rpm") sha256sums=('399eb8be430f4d435cebd6b2817bd3f784ca555e8405c378cd3cced20c2de2f3') package() { install -Dm755 usr/bin/pengupop "$pkgdir"/usr/bin/pengupop install -Dm755 usr/share/applications/pengupop.desktop "$pkgdir"/usr/share/applications/pengupop.desktop install -Dm755 usr/share/icons/hicolor/48x48/apps/pengupop.png "$pkgdir"/usr/share/icons/hicolor/48x48/apps/pengupop.png }