diff --git a/srcpkgs/fan2go/template b/srcpkgs/fan2go/template index 36d0c0cc950..fef48890f6f 100644 --- a/srcpkgs/fan2go/template +++ b/srcpkgs/fan2go/template @@ -1,8 +1,7 @@ # Template file for 'fan2go' pkgname=fan2go -reverts="0.10.0_1" -version=0.9.2 -revision=2 +version=0.11.1 +revision=1 build_style=go go_import_path="github.com/markusressel/fan2go" go_ldflags="-X ${go_import_path}/cmd/global.Version=${version}" @@ -12,9 +11,14 @@ maintainer="Leah Neukirchen " license="AGPL-3.0-or-later" homepage="https://github.com/markusressel/fan2go" distfiles="https://github.com/markusressel/fan2go/archive/refs/tags/${version}.tar.gz" -checksum=80dc834d354b1960401bb6fb45924a0a317f13df2bf5169ac5f6cd24a9fa2c93 +checksum=02baca96ed1be6824e9bf6ca33198f94cc9319af44e04677a7f9c55c60abb319 make_check=no # needs root +if [ "$XBPS_TARGET_LIBC" != "glibc" ]; then + # nvml is glibc only + go_build_tags+=" disable_nvml" +fi + post_install() { vsconf fan2go.yaml vlicense LICENSE