23 lines
733 B
Bash
23 lines
733 B
Bash
# Template file for 'python-fuse'
|
|
pkgname=python-fuse
|
|
version=0.3.1
|
|
revision=2
|
|
build_style=python-module
|
|
pycompile_module="fuseparts fuse.py"
|
|
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
|
makedepends="fuse-devel python-devel python3-devel"
|
|
short_desc="FUSE bindings for Python2"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
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=243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec
|
|
|
|
python3-fuse_package() {
|
|
pycompile_module="fuseparts fuse.py"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|