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
290 B
TOML
11 lines
290 B
TOML
[package]
|
|
name = "capstone"
|
|
version = "0.1.0"
|
|
|
|
#TODO missing script for building, see https://github.com/capstone-engine/capstone/blob/next/COMPILE.TXT
|
|
[source]
|
|
git = "https://github.com/capstone-engine/capstone"
|
|
rev = "097c04d9413c59a58b00d4d1c8d5dc0ac158ffaa"
|
|
[build]
|
|
template = "custom"
|