summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 94805b3b4e055043f305e72c2f68639046126b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Arne BrĂ¼cher <archlinux [at] arne-bruecher [dot] de>

pkgname=game-rs-bin
_realname=game-rs
pkgver=0.2.0
pkgrel=1
pkgdesc="A minimal (CLI) game launcher for Linux written in rust."
arch=("any")
url="https://github.com/amanse/game-rs"
license=("GPL")
provides=("game-rs")
conflicts=("game-rs")
source=(https://github.com/Amanse/game-rs/releases/download/v$pkgver/game-rs)

sha256sums=('1149a1dcc7f4b02b594c929fc0b7f2ae8fec6ba4ec4909ea6eb2eb435fd8f764')

package() {
	install -D game-rs "$pkgdir"/usr/bin/game-rs
}