# lm-sensors - Hardware monitoring
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=lm-sensors
version=3.6.2
release=1
desc="Hardware monitoring"
url="https://github.com/lm-sensors/lm-sensors"
license="LGPL-2.1-or-later"
depend="glibc"
makedepend="flex-alt byacc"
source="https://github.com/lm-sensors/lm-sensors/archive/refs/tags/V3-6-2.tar.gz"
sha256="SKIP"

build() {
	cd "V3-6-2"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "V3-6-2"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
