pmaports/main/ofonoctl/APKBUILD
Oliver Smith 7d5b119b0e treewide: rebuild against python 3.9 (MR 2104)
Rebuild packages that linked against libpython3.8.so or installed files
to /usr/lib/python3.8/.

Related: https://wiki.postmarketos.org/wiki/Upstream_compatibility_with_Alpine
2021-04-08 22:29:40 +00:00

22 lines
670 B
Text

# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=ofonoctl
pkgver=0.4.1
pkgrel=1
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"
options="!check"
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"
}
sha512sums="3bcdc56b9e5221052c40f4fc4836d0b781091ba28e04b267d403f72f297196fd71b059295431de0a0f09401deba6a867994899736bda631b8c86ddfbd845e7d1 ofonoctl-0.4.1.tar.gz"