summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b48b2456fe380adac30e224320d24cf1f449644c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=sysmon-dev64-git
pkgver=1
pkgrel=1
pkgdesc="SysMon, a system monitor aiming to be fast and ready to use."
arch=('any')
url="https://github.com/devlocalhost/sysmon"
license=('GPL3')
depends=('python')
makedepends=('git')
optdepends=('nvidia-utils: NVIDIA GPU utilization and clock speed')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'sysmon-git' 'sysmon')
source=('git+https://github.com/devlocalhost/sysmon.git')
sha256sums=('SKIP')

package() {
  mkdir -p "${pkgdir}/usr/bin"
  cp "$srcdir/sysmon/sysmon" "$pkgdir/usr/bin/sysmon"
  chmod +x "$pkgdir/usr/bin/sysmon"
}