Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libm.so.6 Index: files/0001-Add-Solus-liability-waiver.patch =================================================================== --- /dev/null +++ files/0001-Add-Solus-liability-waiver.patch @@ -0,0 +1,26 @@ +From d70387c00855448e1467740d81464e7993b7ab1f Mon Sep 17 00:00:00 2001 +From: James Lee +Date: Mon, 29 Oct 2018 16:45:39 +0000 +Subject: [PATCH] Add Solus liability waiver + +--- + intel-undervolt.conf | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/intel-undervolt.conf b/intel-undervolt.conf +index 5ea90c7..3753b68 100644 +--- a/intel-undervolt.conf ++++ b/intel-undervolt.conf +@@ -1,3 +1,9 @@ ++# DISCLAIMER - Solus/The Solus team do not condone the use of intel-undervolt ++# without doing proper research beforehand. If done incorrectly you could ++# permanently damage your hardware. Solus and/or The Solus team take no ++# responsibility for any damage caused to your hardware from the incorrect ++# use of the intel-undervolt software. ++ + # CPU Undervolting + # Usage: apply ${index} ${display_name} ${undervolt_value} + # Example: apply 2 'CPU Cache' -25.84 +-- +2.19.1 + Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : intel-undervolt +version : 1.5 +release : 1 +source : + - https://github.com/kitsunyan/intel-undervolt/archive/1.5.tar.gz : cf30fb2651eee8bb15e89be7964157ebe0aeeb1bb518ec1706cd508b147348f4 +license : GPL-3.0-or-later +component : system.utils +summary : Intel CPU undervolting tool +description: | + intel-undervolt is a tool for undervolting Haswell and newer Intel CPUs + using MSR. DISCLAIMER - Solus and/or The Solus team take no responsibility + for any damage caused to your hardware from the incorrect use of the + intel-undervolt software. +setup : | + %patch -p1 < $pkgfiles/0001-Add-Solus-liability-waiver.patch +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,43 @@ + + + intel-undervolt + + James Lee + jamesl33info@gmail.com + + GPL-3.0-or-later + system.utils + Intel CPU undervolting tool + intel-undervolt is a tool for undervolting Haswell and newer Intel CPUs +using MSR. DISCLAIMER - Solus and/or The Solus team take no responsibility +for any damage caused to your hardware from the incorrect use of the +intel-undervolt software. + + https://solus-project.com/sources/README.Solus + + + intel-undervolt + Intel CPU undervolting tool + intel-undervolt is a tool for undervolting Haswell and newer Intel CPUs +using MSR. DISCLAIMER - Solus and/or The Solus team take no responsibility +for any damage caused to your hardware from the incorrect use of the +intel-undervolt software. + + system.utils + + /etc/intel-undervolt.conf + /usr/bin/intel-undervolt + /usr/lib/systemd/system/intel-undervolt-loop.service + /usr/lib/systemd/system/intel-undervolt.service + + + + + 2018-10-29 + 1.5 + Packaging update + James Lee + jamesl33info@gmail.com + + + \ No newline at end of file