# Template file for 'python3-reflink' pkgname=python3-reflink version=0.2.1 revision=4 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel python3-cffi" depends="python3-cffi" short_desc="Python wrapper around the reflink system calls" maintainer="Joel Beckmeyer " license="MIT" homepage="https://gitlab.com/rubdos/pyreflink" distfiles="${PYPI_SITE}/r/reflink/reflink-${version}.tar.gz" checksum=c9253582db24413bfd703abfc1b2a49de78f31b4907239f286e9a1929a1e6e3a # test suite includes calls to mount/umount and writing to /dev which fail due # to chroot-util-linux not including mount/umount and no permissions, # respectively make_check=no post_install() { vlicense LICENSE }