26 lines
770 B
Bash
26 lines
770 B
Bash
# Template file for 'thinkfan'
|
|
pkgname=thinkfan
|
|
version=1.2.2
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DUSE_ATASMART:BOOL=ON"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libatasmart-devel yaml-cpp-devel"
|
|
short_desc="Simple fan control program"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/vmatare/thinkfan"
|
|
distfiles="https://github.com/vmatare/thinkfan/archive/${version}.tar.gz"
|
|
checksum=e3988baffdbe75f8a3bfdec4ed3d731a35b04ec5dafe13a4acfead5e22eab197
|
|
|
|
do_install() {
|
|
vbin build/thinkfan
|
|
vman src/thinkfan.1
|
|
vman src/thinkfan.conf.5
|
|
vman src/thinkfan.conf.legacy.5
|
|
vsconf examples/thinkfan.yaml
|
|
|
|
vmkdir usr/lib/modprobe.d
|
|
vinstall ${FILESDIR}/thinkpad_acpi.conf 644 usr/lib/modprobe.d
|
|
vsv thinkfan
|
|
}
|