[arch-commits] Commit in intel-undervolt/repos (2 files)

Frederik Schwan freswa at archlinux.org
Sat Jul 4 23:07:27 UTC 2020


    Date: Saturday, July 4, 2020 @ 23:07:26
  Author: freswa
Revision: 657766

archrelease: copy trunk to community-x86_64

Added:
  intel-undervolt/repos/community-x86_64/
  intel-undervolt/repos/community-x86_64/PKGBUILD
    (from rev 657765, intel-undervolt/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: intel-undervolt/repos/community-x86_64/PKGBUILD (from rev 657765, intel-undervolt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-07-04 23:07:26 UTC (rev 657766)
@@ -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