opt/lm_sensors/Pkgfile

20 lines
526 B
Plaintext

# Description: Tools for monitoring system health (temperatures, voltages, fan speed, etc)
# URL: https://github.com/groeck/lm-sensors
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: perl
# Nice to have: i2c-tools
name=lm_sensors
version=3.4.0
release=1
source=(https://github.com/groeck/lm-sensors/archive/V${version//./-}.tar.gz)
build () {
cd lm-sensors-${version//./-}
make install PREFIX=/usr \
ETCDIR=/usr/etc \
MANDIR=/usr/share/man \
DESTDIR=$PKG
}