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
262 B
TOML
11 lines
262 B
TOML
[package]
|
|
name = "tcc"
|
|
version = "0.9.27"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://repo.or.cz/tinycc.git/blob/HEAD:/README
|
|
[source]
|
|
tar = "https://download.savannah.nongnu.org/releases/tinycc/tcc-0.9.27.tar.bz2"
|
|
[build]
|
|
template = "configure"
|