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.
17 lines
371 B
TOML
17 lines
371 B
TOML
[package]
|
|
name = "fuse-ext2"
|
|
version = "0.1.0"
|
|
|
|
#TODO not compiled or tested
|
|
#TODO missing dependencies
|
|
# build instructions: https://github.com/alperakcan/fuse-ext2#building
|
|
[source]
|
|
git = "https://github.com/alperakcan/fuse-ext2"
|
|
rev = "ae35afb9ab08d87c66c1e021df792b3a7c4308b0"
|
|
script = "./autogen.sh"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse2",
|
|
]
|