diff options
author | Leah Neukirchen <leah@vuxu.org> | 2024-11-08 16:19:14 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2024-11-08 16:19:14 +0000 |
commit | adf5868b326b4d03376db0fecbadf0982cda3673 (patch) | |
tree | 88e8e1eb16a7123734f603cbd2ac46c12ac65d1a | |
parent | db92806b5c23ef75c27a2ddcdf82ad5f043c8c28 (diff) | |
download | void-packages-adf5868b326b4d03376db0fecbadf0982cda3673.tar void-packages-adf5868b326b4d03376db0fecbadf0982cda3673.tar.gz void-packages-adf5868b326b4d03376db0fecbadf0982cda3673.tar.bz2 void-packages-adf5868b326b4d03376db0fecbadf0982cda3673.tar.lz void-packages-adf5868b326b4d03376db0fecbadf0982cda3673.tar.xz void-packages-adf5868b326b4d03376db0fecbadf0982cda3673.tar.zst void-packages-adf5868b326b4d03376db0fecbadf0982cda3673.zip |
New package: fan2go-0.9.0
-rw-r--r-- | srcpkgs/fan2go/template | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/srcpkgs/fan2go/template b/srcpkgs/fan2go/template new file mode 100644 index 00000000000..3c415b0cf07 --- /dev/null +++ b/srcpkgs/fan2go/template @@ -0,0 +1,19 @@ +# Template file for 'fan2go' +pkgname=fan2go +version=0.9.0 +revision=1 +build_style=go +go_import_path="github.com/markusressel/fan2go" +go_ldflags="-X ${go_import_path}/cmd/global.Version=${version}" +makedepends="libsensors-devel" +short_desc="Dynamic fan speed control daemon" +maintainer="Leah Neukirchen <leah@vuxu.org>" +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=a800923a6373fc380da513b623786e8a8f81edecedb62807f6fdbfab0fd5c792 + +post_install() { + vsconf fan2go.yaml + vlicense LICENSE +} |