diff --git a/testing/py3-llfuse/APKBUILD b/testing/py3-llfuse/APKBUILD new file mode 100644 index 00000000000..b3e3806c4dc --- /dev/null +++ b/testing/py3-llfuse/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Sean McAvoy +# Maintainer: Sean McAvoy +pkgname=py3-llfuse +pkgver=1.4.1 +pkgrel=0 +pkgdesc="Python-LLFUSE is a set of Python bindings for the low level FUSE API" +url="https://github.com/python-llfuse/python-llfuse/" +arch="all" +license="GPL-2.0-or-later" +depends="python3" +makedepends="python3-dev py3-setuptools fuse-dev" +options="!check" # checks are dependent on self +source="https://files.pythonhosted.org/packages/b1/d4/44443fbaac6d5b878da99e7c0948ee93c7934fa3b00e48c5363823b583d0/llfuse-$pkgver.tar.gz + " +builddir="$srcdir/llfuse-$pkgver" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums=" +e94045018e9d78b7b16355dd499a27694a77a70d61102d05938223b99686e4b9d90b5e14745d92a187ac8e34aa593a12d99bff1baccb19d4236d54eb66ec3e4f llfuse-1.4.1.tar.gz +"