mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-10-31 15:25:02 -04:00
18 lines
723 B
Bash
18 lines
723 B
Bash
# Maintainer: steeltitanium <steeltitanium1 at gmail dot com>
|
|
# Contributor: steeltitanium <steeltitanium1 at gmail dot com>
|
|
|
|
pkgname=srb2kart-data
|
|
pkgver=1.1
|
|
pkgrel=1
|
|
pkgdesc="Data files for Sonic Robo Blast 2 Kart"
|
|
arch=('any')
|
|
license=('custom')
|
|
url='https://mb.srb2.org/showthread.php?t=43708'
|
|
optdepends=('srb2kart: "Sonic Robo Blast 2 Kart" game')
|
|
source=("https://github.com/STJr/Kart-Public/releases/download/v$pkgver/srb2kart-v${pkgver//./}-Installer.exe")
|
|
sha256sums=('3af7d005082c2d08a0494a5bb9137b335009ff311cb5bfec215ed07d8ab2185b')
|
|
|
|
package() {
|
|
install -d "$pkgdir"/usr/share/games/SRB2Kart
|
|
install -m644 {music,textures,gfx,maps,sounds,chars,bonuschars}.kart srb2.srb "$pkgdir"/usr/share/games/SRB2Kart
|
|
} |