void-packages/srcpkgs/python3-llfuse/template
2020-10-10 10:22:33 -04:00

20 lines
656 B
Bash

# Template file for 'python3-llfuse'
pkgname=python3-llfuse
version=1.3.7
revision=1
wrksrc="llfuse-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython pkg-config"
makedepends="python3-devel fuse-devel attr-devel"
depends="python3"
short_desc="Python3 bindings for the low level FUSE API"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.0-or-later"
homepage="https://github.com/python-llfuse/python-llfuse"
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
pre_build() {
rm src/llfuse.c
python3 setup.py build_cython
}