[arch-commits] Commit in xsensors/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:53:00 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:52:59
Author: felixonmars
Revision: 659459
archrelease: copy trunk to community-staging-x86_64
Added:
xsensors/repos/community-staging-x86_64/
xsensors/repos/community-staging-x86_64/PKGBUILD
(from rev 659458, xsensors/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: xsensors/repos/community-staging-x86_64/PKGBUILD (from rev 659458, xsensors/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:52:59 UTC (rev 659459)
@@ -0,0 +1,28 @@
+# Maintainer : Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Ray Rashif <schivmeister at gmail.com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=xsensors
+pkgver=0.80
+pkgrel=3
+pkgdesc="X11 interface to lm_sensors - Mystro256 fork"
+arch=('x86_64')
+url="https://github.com/Mystro256/xsensors"
+license=('GPL')
+depends=('gtk3' 'lm_sensors')
+source=(https://github.com/Mystro256/xsensors/archive/$pkgver.tar.gz)
+sha256sums=('4f583b72c99be13eb06249d5b28bda2f8f204e07e67049bc00c6c60cfd0c352c')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list