[arch-commits] Commit in (4 files)
Frederik Schwan
freswa at archlinux.org
Sat Jul 4 23:06:42 UTC 2020
Date: Saturday, July 4, 2020 @ 23:06:41
Author: freswa
Revision: 657765
intel-undervolt: move from unsupported to community
Added:
intel-undervolt/
intel-undervolt/repos/
intel-undervolt/trunk/
intel-undervolt/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: intel-undervolt/trunk/PKGBUILD
===================================================================
--- intel-undervolt/trunk/PKGBUILD (rev 0)
+++ intel-undervolt/trunk/PKGBUILD 2020-07-04 23:06:41 UTC (rev 657765)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
+
+pkgname=intel-undervolt
+pkgver=1.7
+pkgrel=1
+pkgdesc='Intel CPU undervolting tool'
+arch=('x86_64')
+url='https://github.com/kitsunyan/intel-undervolt'
+license=('GPL3')
+depends=('glibc')
+backup=(etc/intel-undervolt.conf)
+source=("https://github.com/kitsunyan/intel-undervolt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('0daade381b492184616356f097de32d14c76d6ab3f7dd59240fb25f92ee1b9aebb16cbef8b6836e16e361a9560b000655470140c31b5822fed7bd90e0b9d9bf2')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --enable-systemd
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list