aur/stressberry to 0.3.3-8

Add post_install tip and add raspberrypi-utils as dep
(vcgencmd is needed for data reading)
This commit is contained in:
graysky 2023-12-07 09:03:30 -05:00
parent a9671c5330
commit 70049583cf
2 changed files with 6 additions and 2 deletions

View file

@ -3,13 +3,14 @@
pkgname=stressberry
pkgver=0.3.3
pkgrel=7
pkgrel=8
pkgdesc='Stress tests and temperature plots for the Raspberry Pi'
arch=(any)
url='https://github.com/nschloe/stressberry'
license=(GPL3)
depends=(python-matplotlib python-yaml python-matplotx stress)
depends=(python-matplotlib python-yaml python-matplotx stress raspberrypi-utils)
makedepends=(python-pytest python-setuptools python-build python-installer python-wheel)
install=stressberry.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/nschloe/$pkgname/archive/v$pkgver.tar.gz"
0001-convert-to-matplotx-from-dufte.patch::https://github.com/nschloe/stressberry/commit/55501513eaa2497c955daaa2179ca5c2e48eaa6b.patch)
b2sums=('3ebdcc0f0a951b9a0c8a5a35d96cda2edc535b58f08abeb3eefb281a7bb6c582e66e9eb601acce6c79ad92320c0b97ef481d2e76ffa97ae7e7033a5a7e9c38a3'

View file

@ -0,0 +1,3 @@
post_install() {
echo ">>> For example usage, see: https://archlinuxarm.org/forum/viewtopic.php?f=3&t=15400"
}