PKGNAME=thinkfan
PKGDES="Fan control daemon for ThinkPad laptops"
PKGSEC=admin
PKGDEP="libatasmart lm-sensors yaml-cpp"
CMAKE_AFTER=(
	"-DUSE_NVML=ON"
	"-DUSE_LM_SENSORS=ON"
	"-DUSE_ATASMART=ON"
	"-DUSE_YAML=ON"
)

# Should limit architecture availabilty unless ThinkPad produces laptops
# with CPU architectures other than x86_64 and arm64.
FAIL_ARCH="!(amd64|arm64)"
