15 lines
491 B
Bash
15 lines
491 B
Bash
# Template file for 'python-fuse'
|
|
pkgname=python-fuse
|
|
version=0.2.1
|
|
revision=2
|
|
build_style=python2-module
|
|
hostmakedepends="python-devel pkg-config"
|
|
makedepends="python-devel fuse-devel"
|
|
pycompile_module="fuse"
|
|
short_desc="FUSE bindings for Python2"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="LGPL-2.1"
|
|
homepage="https://github.com/libfuse/python-fuse"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=9db4eaa2ab8b8767ad1137981d9cf4b838c0425482e89e50e299799b7a47b89b
|