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.
11 lines
257 B
TOML
11 lines
257 B
TOML
[package]
|
|
name = "doxygen"
|
|
version = "1.16.1"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://www.doxygen.nl/manual/install.html#install_src_unix
|
|
[source]
|
|
tar = "https://www.doxygen.nl/files/doxygen-1.16.1.src.tar.gz"
|
|
[build]
|
|
template = "cmake"
|