2019-12-21 21:20:22 +00:00
|
|
|
pkgname=ofonoctl
|
2020-02-24 20:15:13 +00:00
|
|
|
pkgver=0.4.1
|
2024-06-30 21:38:09 +00:00
|
|
|
pkgrel=5
|
2019-12-21 21:20:22 +00:00
|
|
|
pkgdesc="test/control application for the ofono daemon"
|
|
|
|
url="https://git.sr.ht/~martijnbraam/ofonoctl"
|
|
|
|
arch="noarch"
|
|
|
|
license="MIT"
|
|
|
|
depends="python3 py3-dbus py3-tabulate"
|
|
|
|
makedepends="py3-setuptools"
|
2020-02-24 20:15:13 +00:00
|
|
|
options="!check"
|
2019-12-21 21:20:22 +00:00
|
|
|
source="https://files.pythonhosted.org/packages/source/o/ofonoctl/ofonoctl-$pkgver.tar.gz"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
python3 setup.py build
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
|
|
}
|
2020-02-24 20:15:13 +00:00
|
|
|
|
|
|
|
sha512sums="3bcdc56b9e5221052c40f4fc4836d0b781091ba28e04b267d403f72f297196fd71b059295431de0a0f09401deba6a867994899736bda631b8c86ddfbd845e7d1 ofonoctl-0.4.1.tar.gz"
|