amdgpu-fan-dinit
This commit is contained in:
parent
29f179ead5
commit
fd3f267207
2 changed files with 18 additions and 0 deletions
15
amdgpu-fan-dinit/PKGBUILD
Normal file
15
amdgpu-fan-dinit/PKGBUILD
Normal 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
|
||||
}
|
3
amdgpu-fan-dinit/amdgpu-fan
Normal file
3
amdgpu-fan-dinit/amdgpu-fan
Normal file
|
@ -0,0 +1,3 @@
|
|||
type = process
|
||||
command = /usr/bin/amdgpu-fan
|
||||
waits-for = loginready
|
Loading…
Reference in a new issue