# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=steam-devices
pkgver=1.0.0.61
pkgrel=1
pkgdesc="Udev rules for use with for example the Steam flatpak"
url="https://github.com/ValveSoftware/steam-devices"
arch="noarch"
license="MIT"
source="https://github.com/ValveSoftware/steam-devices/archive/v$pkgver/steam-devices-v$pkgver.tar.gz"
options="!check" # No code to test

package() {
	install -Dm644 60-steam-input.rules -t "$pkgdir"/usr/lib/udev/rules.d
	install -Dm644 60-steam-vr.rules -t "$pkgdir"/usr/lib/udev/rules.d
}

sha512sums="2a4f0dd3d1083a0ab00f192884ad9ccca166bd0fbed19f9112aac0b7ea9ef9f19110bcf572ade1d1919d29ece63bbcec8ed0d81e55ec220e83df7c473fc25742  steam-devices-v1.0.0.61.tar.gz"
