pmaports/main/hwtest/APKBUILD

21 lines
709 B
Text
Raw Normal View History

2019-05-21 19:39:26 +00:00
pkgname=hwtest
pkgver=0.3.0
2019-05-21 19:39:26 +00:00
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"
2019-05-21 19:39:26 +00:00
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"