pmaports/main/hwtest/APKBUILD
Martijn Braam c1d859554e
main/hwtest: update to 0.3.0 (!436)
* Added --skip option to skip specific tests
* Allow skipping broken inputs in interactive mode with ctrl+c
* Added basic modem test that lists modems in ofono
* Added audio test based on alsabat
* Added pressure sensor support
* Fixed temperature calculations
2019-06-14 01:24:36 +02:00

20 lines
709 B
Text

pkgname=hwtest
pkgver=0.3.0
pkgrel=0
pkgdesc="Small utility to check hardware functionality on phones"
url="https://gitlab.com/MartijnBraam/hwtest"
arch="noarch"
license="MIT"
depends="python3 py3-dbus ffmpeg v4l-utils evtest alsa-utils"
makedepends="python3-dev"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
options="!check" # Doesn't like making chroot directories
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="d1c50d9ea914c92bf36f798cd2514d8e672f353f5e969da8e2d5066ca0755acb4fa3bc021879e239c643420e81d94173698be489e115dc6e60949aad124004df hwtest-0.3.0.tar.gz"