16 lines
		
	
	
		
			576 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			576 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template file for 'python3-llfuse'
 | |
| pkgname=python3-llfuse
 | |
| version=1.4.2
 | |
| revision=1
 | |
| wrksrc="llfuse-${version}"
 | |
| build_style=python3-module
 | |
| hostmakedepends="python3-setuptools 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=ea4d19297be0ddbc5db68b421aa649c737a351f9c809919385a118c217c33083
 | 
