Files
RedBear-OS/recipes/core/netdb/recipe.toml
T
vasilito e3d99d9685 fix: add [package].version to netdb recipe; revert cookbook fallback hack
netdb: git source with no rev/branch — added explicit version 0.1.0.
Reverted the 'guess_version -> 0.1.0' cookbook fallback — masking
missing versions is not a fix, proper recipe metadata is.
2026-07-12 19:06:30 +03:00

13 lines
204 B
TOML

[package]
name = "netdb"
version = "0.1.0"
[source]
git = "https://gitlab.redox-os.org/redox-os/netdb.git"
[build]
template = "custom"
script = """
cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}"
"""