15 lines
527 B
Bash
15 lines
527 B
Bash
# Template file for 'python3-fuse'
|
|
pkgname=python3-fuse
|
|
version=1.0.0
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="pkg-config python3-setuptools"
|
|
makedepends="fuse-devel python3-devel"
|
|
depends="python3"
|
|
short_desc="FUSE bindings for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/libfuse/python-fuse"
|
|
distfiles="https://github.com/libfuse/python-fuse/archive/v${version}.tar.gz"
|
|
checksum=caa90dd931128407df12b2c090200e49a67b9afb4176211aad03e2a19209a506
|