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.
10 lines
176 B
TOML
10 lines
176 B
TOML
[package]
|
|
name = "valgrind"
|
|
version = "3.22.0"
|
|
|
|
#TODO port to redox
|
|
[source]
|
|
tar = "https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2"
|
|
[build]
|
|
template = "configure"
|