summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c0a0080e2bc1497bd3ece3af42ed64e57fda86e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

}