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

Laurent Carlier lcarlier at archlinux.org
Wed Nov 28 16:13:28 UTC 2018


    Date: Wednesday, November 28, 2018 @ 16:13:27
  Author: lcarlier
Revision: 410431

archrelease: copy trunk to community-staging-x86_64

Added:
  xsensors/repos/community-staging-x86_64/
  xsensors/repos/community-staging-x86_64/PKGBUILD
    (from rev 410430, xsensors/trunk/PKGBUILD)

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

Copied: xsensors/repos/community-staging-x86_64/PKGBUILD (from rev 410430, xsensors/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-28 16:13:27 UTC (rev 410431)
@@ -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=2
+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