mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
fan2go: update to 0.11.1.
This commit is contained in:
parent
6535c29f08
commit
0913ca46ad
1 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'fan2go'
|
# Template file for 'fan2go'
|
||||||
pkgname=fan2go
|
pkgname=fan2go
|
||||||
reverts="0.10.0_1"
|
version=0.11.1
|
||||||
version=0.9.2
|
revision=1
|
||||||
revision=2
|
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/markusressel/fan2go"
|
go_import_path="github.com/markusressel/fan2go"
|
||||||
go_ldflags="-X ${go_import_path}/cmd/global.Version=${version}"
|
go_ldflags="-X ${go_import_path}/cmd/global.Version=${version}"
|
||||||
|
@ -12,9 +11,14 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="https://github.com/markusressel/fan2go"
|
homepage="https://github.com/markusressel/fan2go"
|
||||||
distfiles="https://github.com/markusressel/fan2go/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/markusressel/fan2go/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=80dc834d354b1960401bb6fb45924a0a317f13df2bf5169ac5f6cd24a9fa2c93
|
checksum=02baca96ed1be6824e9bf6ca33198f94cc9319af44e04677a7f9c55c60abb319
|
||||||
make_check=no # needs root
|
make_check=no # needs root
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" != "glibc" ]; then
|
||||||
|
# nvml is glibc only
|
||||||
|
go_build_tags+=" disable_nvml"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf fan2go.yaml
|
vsconf fan2go.yaml
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue