e3d99d9685
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.
13 lines
204 B
TOML
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}"
|
|
"""
|