637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
12 lines
355 B
TOML
12 lines
355 B
TOML
[package]
|
|
name = "libfuse2"
|
|
version = "2.9.9"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://github.com/libfuse/libfuse#installation
|
|
#TODO require a redox daemon (userspace equivalent of the Linux kernel module)
|
|
[source]
|
|
tar = "https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz"
|
|
[build]
|
|
template = "configure"
|