Files
macports-ports/python/py-llfuse/Portfile
T
2025-10-24 09:51:16 -04:00

36 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
PortGroup fuse 1.0
name py-llfuse
version 1.5.1
revision 0
checksums rmd160 ce88eb01bde3fcda708160c6f38349d8773c7799 \
sha256 7c9be52289cf647e3d735104531cc23a1a89fd1be3a621613a1cc0991f1b2699 \
size 959557
categories-append devel fuse
license LGPL-2+
maintainers nomaintainer
description Python bindings for the low-level FUSE API
long_description Python-LLFUSE is a set of Python bindings for the low \
level FUSE API.
homepage https://github.com/python-llfuse/python-llfuse/
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_build-append port:pkgconfig
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} LICENSE Changes.rst \
README.rst ${destroot}${docdir}
}
}