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
310 B
TOML
17 lines
310 B
TOML
[package]
|
|
name = "planify"
|
|
version = "4.17.0"
|
|
|
|
#TODO not compiled or tested
|
|
#TODO determine minimum dependencies from meson log
|
|
[source]
|
|
git = "https://github.com/alainm23/planify"
|
|
rev = "v4.17.0"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dwebkit=false",
|
|
"-Dportal=false",
|
|
"-Devolution=false",
|
|
]
|