blob: 0735110bda53a61b99cfeb15e3f515a65a721735 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = gamepulse-git
pkgdesc = Gaming performance telemetry agent -- ships CPU/GPU/memory/frame metrics to Elasticsearch
pkgver = 0.1.0.r0.gaf0f187
pkgrel = 1
url = https://github.com/MathewRJ/GamePulse
arch = x86_64
license = MIT
makedepends = rust
makedepends = git
optdepends = mangohud: frame timing data collection
provides = gamepulse
conflicts = gamepulse
options = !lto
backup = etc/gamepulse/gamepulse.toml
source = gamepulse-git::git+https://github.com/MathewRJ/GamePulse.git
sha256sums = SKIP
pkgname = gamepulse-git
|