amdgpu-fan-dinit

This commit is contained in:
Nathan 2022-02-21 21:13:30 -06:00
parent 29f179ead5
commit fd3f267207
2 changed files with 18 additions and 0 deletions

15
amdgpu-fan-dinit/PKGBUILD Normal file
View File

@ -0,0 +1,15 @@
# Maintainer: Nathan <ndowens@artixlinux.org>
pkgname=amdgpu-fan-dinit
pkgver=20220221
pkgrel=1
pkgdesc="Dinit script for amdgpu-fan"
arch=(any)
url="https://git.disroot.org/ndowens/PKGBUILDS"
license=('MIT')
depends=('dinit' 'amdgpu-fan')
source=("amdgpu-fan")
sha256sums=('29bea62051859c73e573a75a114b774ce884a63cb590235c6e4506a8a8d31ff4')
package() {
install -Dm644 amdgpu-fan -t "$pkgdir"/etc/dinit.d
}

View File

@ -0,0 +1,3 @@
type = process
command = /usr/bin/amdgpu-fan
waits-for = loginready