mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py3-llfuse: new aport
This commit is contained in:
parent
63a432fca1
commit
bdab4cb207
27
testing/py3-llfuse/APKBUILD
Normal file
27
testing/py3-llfuse/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Contributor: Sean McAvoy <seanmcavoy@gmail.com>
|
||||
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
|
||||
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
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user