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
387 B
TOML
17 lines
387 B
TOML
[package]
|
|
name = "solidity"
|
|
version = "0.8.33"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://docs.soliditylang.org/en/v0.8.33/installing-solidity.html#building-from-source
|
|
[source]
|
|
tar = "https://github.com/argotorg/solidity/releases/download/v0.8.33/solidity_0.8.33.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DPEDANTIC=OFF",
|
|
]
|
|
dependencies = [
|
|
"boost",
|
|
]
|